Identify the letter of the choice that best matches the phrase or definition.
a. Embed
b. Style
c. Anti-alias
d. Family
e. Highlight
f. Color
g. Size
h. Leading
i. Auto kern
j. Tracking
1. Text formatting option that selects the font family
2. Text formatting option that specifies regular, bold, or italic
3. Text formatting option that displays an additional dialog box to allow a published Flash movie to display fonts as expected on all devices
4. Text formatting option that sets the size of the font
5. Text formatting option that controls the vertical spacing between lines of multiline text
6. Text formatting option that sets the color of the text
7. Text formatting option that controls the horizontal spacing between characters
8. Text formatting option that sets a highlight color for the text
9. Text formatting option that automatically adjusts the horizontal spacing between characters that benefit from it
10. Text formatting option that controls how the text is smoothed to avoid jagged curves and increase overall readability
1. D Family
2. B Style
3. A Embed
4. G Size
5. H Leading
6. F Color
7. J Tracking
8. E Highlight
9. I Auto kern
10. C Anti-alias
You might also like to view...
Answer the following statements true (T) or false (F)
1) BinaryFormatter allows only for reading objects. 2) The name of the file to open is specified as the first argument to the FileStream constructor. 3) Class File can only create new files. 4) Class Directory is used to change directories. 5) Method GetFiles of class Directory can be used to display all the files in a given directory.
Suppose we have a String object referenced by a variable called listing. Suppose we want a new String object that consists of the first 5 characters in listing. Which of the following lines of code will achieve this?
a) String prefix = listing.front(5); b) String prefix = listing.front(6); c) String prefix = listing.substring(1,5); d) String prefix = listing.substring(0,5); e) String prefix = listing.firstChars(5);
Describe the two ways in which control statements can be combined.
What will be an ideal response?
Creating a function to validate required fields generally involves retrieving the values of the required fields and checking if the value of any of them is? __________.
Fill in the blank(s) with the appropriate word(s).