answersLogoWhite

0

What is the adjective of print?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

type face

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is printed an adverb?

No. Print can be a noun, or an adjective (e.g. print media).


What is the adjective form of impression?

feeling, belief, notion, opinion, idea, thought


What are some text features?

-captions -photographs -close up/zoom -glossary -headings -table of contents -title -bold print -color print


How do you use unfounded in a sentence?

The word 'unfounded' is an adjective, used to describe a noun as not supported with facts or evidence. Example:We do not print unfounded rumors in our newsletter.


What is a plural for polychromatic?

The word polychromatic is an adjective, a word that describes a noun as being of two or more colors. Adjectives don't have singular and plural form. An adjective can be used to describe a singular or a plural noun. Examples:They have a polychromatic print that I like.They have some polychromatic prints that I like.


When you print with a Windows system and the print jobs and documents do not print when they are in the print queue what do you do?

You need to restart the print spooler.


What is the french word for print as in print out a copy?

to print = imprimera print = un impression


Can you print a document from print preview?

yes, you can print from print preview if you look up on the top


What is the suffix for print?

print-er, print-able


How do you print from word to PowerPoint?

You can print from Word or print from PowerPoint. You cannot print from word to PowerPoint.


How do you print with background colour?

when you are at the print screen at the bottom there are two boxes that have the words print background and and print headers and footers click on the box the says print background then click print


How do you print an HTML table using PHP?

It is really simple to print an HTML table in PHP, all you have to do is the following: <?php print "<table>"; print "<tr>"; print "<td>hello</td>"; print "</tr>"; print "</table>"; ?>