Font Properties |
The Font type exposes the following members.
Name | Description | |
---|---|---|
Bold |
A logical value determining whether a font is displayed in a bold typeface (TRUE if yes; otherwise, FALSE).
| |
Family | ||
Italic |
A logical value determining whether a font is displayed in a italic typeface (TRUE if yes; otherwise, FALSE).
| |
Light |
A logical value determining whether a font is displayed in a light typeface (TRUE if yes; otherwise, FALSE). Light is the opposite of bold.
| |
Normal |
A logical value determining whether a font is displayed in a normal typeface (TRUE if yes; otherwise, FALSE).
| |
PitchFixed |
A logical value determining whether a font is displayed in a fixed pitch typeface (TRUE if yes; otherwise, FALSE).
| |
PitchVariable |
A logical value determining whether a font is displayed in a variable pitch typeface (TRUE if yes; otherwise, FALSE).
| |
Strikethru |
A logical value determining whether a font is displayed in a strikethrough typeface (TRUE if yes; otherwise, FALSE). A strikethough typeface places a line through every character.
| |
Underline |
A logical value determining whether a font is displayed in an underline typeface (TRUE if yes; otherwise, FALSE).
|