A font theme consists of two fonts–for titles and text

Indicate whether the statement is true or false.


Answer: TRUE

Computer Science & Information Technology

You might also like to view...

Given the function prototype, what is wrong with the following function call?

float aFunction (int, int&, float); // function prototype float y = aFunction (b, a + b, 3.7); // function call

Computer Science & Information Technology

Use a multilevel list to add a visual ________ structure to the items in a list

Fill in the blank(s) with correct word

Computer Science & Information Technology

Define specific asset.

What will be an ideal response?

Computer Science & Information Technology

What does the following statement do?this.BackColor = System.Drawing.Color.Blue;

A. sets the form color to Blue B. sets whichever control you have selected to Blue C. sets all of the controls on the form to Blue D. sets the drawings on the form to Blue

Computer Science & Information Technology