Click or drag to resize

Font Properties

X#

The Font type exposes the following members.

Properties
  NameDescription
Public propertyBold
A logical value determining whether a font is displayed in a bold typeface (TRUE if yes; otherwise, FALSE).
Public propertyFamily
Public propertyItalic
A logical value determining whether a font is displayed in a italic typeface (TRUE if yes; otherwise, FALSE).
Public propertyLight
A logical value determining whether a font is displayed in a light typeface (TRUE if yes; otherwise, FALSE). Light is the opposite of bold.
Public propertyNormal
A logical value determining whether a font is displayed in a normal typeface (TRUE if yes; otherwise, FALSE).
Public propertyPitchFixed
A logical value determining whether a font is displayed in a fixed pitch typeface (TRUE if yes; otherwise, FALSE).
Public propertyPitchVariable
A logical value determining whether a font is displayed in a variable pitch typeface (TRUE if yes; otherwise, FALSE).
Public propertyStrikethru
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.
Public propertyUnderline
A logical value determining whether a font is displayed in an underline typeface (TRUE if yes; otherwise, FALSE).
Top
See Also