What is Line height?

What will be an ideal response?


Line height: Refers to a paragraph’s leading.

Computer Science & Information Technology

You might also like to view...

What does the following statement declare?

int *countPtr, count; a. Two int variables. b. One pointer to an int and one int variable. c. Two pointers to ints. d. The declaration is invalid.

Computer Science & Information Technology

Which of the following statements is false?

a. A class can directly inherit from class Object. b. It's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires. c. If the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. d. A class's instance variables are normally declared private to enforce good software engineering.

Computer Science & Information Technology

Which of the following objects cannot trap mouse events?

a. JTextField. b. ButtonGroup. c. JButton. d. JComponent.

Computer Science & Information Technology

You copy custom forms to other projects using the ____ dialog box.

A. Resources B. Organizer C. Forms and Tables D. Index

Computer Science & Information Technology