Will is working on a piano recital brochure. He is ready to add a title to the front cover. Will plans on filling the type with a gradient but needs to apply kerning so he does not ____ until the kerning is applied.

A. apply a gradient fill
B. convert the text to outlines
C. change the font size
D. use a serif font


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following prints the address of character string string given the following declaration?

char * string = "test"; a. cout << string; b. cout << *&string; c. cout << static_cast< void * >( string ); d. cout << * string;

Computer Science & Information Technology

If the file extensions are turned off, you can identify the file type by its ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A list of all programs is directly accessible from the Start menu

Indicate whether the statement is true or false

Computer Science & Information Technology

Polymorphism is the ability to use the same expression to denote different operations.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology