Another typographic feature that you can set is _____, which is the space betweenlines of text.

Fill in the blank(s) with the appropriate word(s).


leading

Computer Science & Information Technology

You might also like to view...

Consider the code below:

Dim a() As Integer = {99, 22, 11, 3, 11, 55, 44, 88, 2, -3} Dim result As Integer = 0 For i As Integer = 0 To a.Length - 1 If a(i) > 30 Then result += a(i) End If Next The value of variable result will be: a) 280 b) 154 c) 286 d) 332

Computer Science & Information Technology

The most common home network is a ________

A) client/server network B) token ring LAN C) peer-to-peer network (P2P) D) WAN

Computer Science & Information Technology

Because 3D text is implemented as an Alice ____, methods such as move, turn, and roll can be used to animate the text.

A. property B. namespace C. object D. constructor

Computer Science & Information Technology

A(n) ______ is a program that extends the capability of a browser.

A. plug-in B. aggregator C. magnifier D. power-up

Computer Science & Information Technology