The amount of overlap between pairs of letters can be adjusted by changing the ________ of selected text

A) paragraph spacing B) character spacing C) line spacing D) kerning


D

Computer Science & Information Technology

You might also like to view...

You can resize an image proportionally by using the middle sizing handle

Indicate whether the statement is true or false

Computer Science & Information Technology

To edit a header, double-click in the header section of the document and make the edits.

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

Computer Science & Information Technology

ThecharAt()method can extract long text strings.

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

Computer Science & Information Technology

What is the output of the following C++ code?  int x = 35;int y = 45;int z;if (x > y)  z = x + y;else  z = y - x;  cout

A. 35 45 80 B. 35 45 10 C. 35 45 -10 D. 35 45 0

Computer Science & Information Technology