To change the font weight of a Font object,________.
a) modify its Bold property
b) modify its Weight property
c) modify its FontWeight property
d) modify its Boldness property
e) None of the above. Font objects are immutable.
e) None of the above. Font objects are immutable.
You might also like to view...
The basic input/output system (BIOS) is stored on a ________ chip
A) RAM B) CMOS C) ROM D) CPU
You should be wary about entering your credit card number into a website whose URL does not begin with https because they are not using any security
Indicate whether the statement is true or false
The convention when assigning values to the lang and xml:lang attributes is that the uppercase letters represent the country code and the lowercase letters represent the ____ code.
A. direction B. language C. state D. identification
A pointer variable whose sole purpose is to locate the first node in a linked list is called ______.
a. the list’s top b. the node’s link c. the list’s link d. the list’s head