____ makes text easier to read by adding or subtracting space between pairs of characters.
a. Kerning
b. Leading
c. Tracking
d. Bleeding
A. Kerning
You might also like to view...
List the elements of the three-by-five jagged array sales in the order in which they’re set to 0 by the following code segment:
``` for (var row = 0; row < sales.Length; ++row) { for (var col = 0; col < sales[row].Length; ++col) { sales[row][col] = 0; } } ```
Which of the following correctly uses the sum function to add the values stored in the cells A5 to A12?
A) =sum(A5-A12 ) B) sum(A5,A12 ) C) =sum(A5,A12 ) D) =sum(A5:A12)
The _____ header includes the most commonly used OgreAL header files.
Fill in the blank(s) with the appropriate word(s).
When options are moused over in the Quick Layout gallery, the preview is displayed on the actual chart in the worksheet
Indicate whether the statement is true or false.