What is a typeface?

What will be an ideal response?


A typeface is the design of a single set of characters unified by consistent visual properties.

Computer Science & Information Technology

You might also like to view...

What type of HTML list will automatically place a bullet point indicator in front of each item?

a. bullet list b. ordered list c. unordered list d. definition list

Computer Science & Information Technology

What will be displayed after the following document.write statement is executed?

``` var math = new Array("Algebra 1", "Algebra 2", "Trig", ? "Calculus 1", Calculus 2"); document.write("There are " + math.length + 1 + " math ? courses in the sequence."); ``` a. There are 5 math courses in the sequence. b. There are 4 math courses in the sequence. c. There are 6 math courses in the sequence. d. Nothing will display. This code won't work.

Computer Science & Information Technology

You can create your own type of formatting, called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following terms is interchangeable with the term local override?

A. immediate change B. master change C. master override D. local change

Computer Science & Information Technology