What is the difference between a lining figure and an old-style figure?

What will be an ideal response?


A lining figure (also called “titling”) is an uppercase figure used in headlines, charts, and tabular information.
Old-style figures (also knows as “text” or “ranging” are designed to work within text passages. Some of these figures extend below the baseline and create an uninterrupted eye flow.

Computer Science & Information Technology

You might also like to view...

Like Alice, Java provides two types of loop statements.

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

Computer Science & Information Technology

What value would be returned by the function sum for this call?

``` sum ( 67.58, 50.94 ) ``` Definition of sum: ``` int sum( int num1, int num2 ) { return( num1 + num2 ); } ``` a. 118 b. 118.52 c. 119 d. 117

Computer Science & Information Technology

Briefly explain who IMAP works.

What will be an ideal response?

Computer Science & Information Technology

Prestaging enables you to do a basic unattended installation.

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

Computer Science & Information Technology