Search the Web for free or shareware fonts. Find three typefaces that could serve as body type and at least three fonts that would work as display type, but not body type. Install these typefaces on your computer. For each typeface,

a. Give its name. Print a sample text using the new typeface.
b. Identify it as being appropriate for body or display type.
c. Justify the answer you gave in part B.


Let your eyes be the guide. Serif and Sans Serif typefaces are a lot easier to read in small sizes than decorative fonts. Just for fun, here are a few decorative fonts.

Computer Science & Information Technology

You might also like to view...

Suppose this is embedded in an otherwise correct and complete program. Which version of f() will be called?

Suppose class D is derived from class B, and class B has a public member function whose declaration is virtual void f();. Suppose class D has its version of the function, void f(). Here is a function definition and an invocation. ``` void g( B& b) { // other code b.f(); // other code }; g( dObject ); ``` a) D::f() b) B::f() c) This is illegal. You can’t pass a D object argument for a B reference parameter.

Computer Science & Information Technology

Venturcom's RTX does not extend Windows XP and Windows XP Embedded to satisfy hard real time guarantees by ________.

a) never masking real-time interrupts b) reimplementing sections of the microkernel involved in interrupt dispatching c) increasing scheduling flexibility by implementing 128 thread priority levels d) waking threads waiting for a protected resource in priority order rather than FIFO order

Computer Science & Information Technology

When you scale a graphic, you enter values in ____.

A. inches B. percentages C. points D. centimeters

Computer Science & Information Technology

An employee reports work was being completed on a company owned laptop using a public wireless hot-spot. A pop-up screen appeared and the user closed the pop-up. Seconds later the desktop background was changed to the image of a padlock with a message demanding immediate payment to recover the data. Which of the following types of malware MOST likely caused this issue?

A. Ransomware B. Rootkit C. Scareware D. Spyware

Computer Science & Information Technology