Font
Ancestors
- None
Descendants
- None
See Also
- None
Constructors
new
Font
Description
Gets a system font and creates a font object for it.
Members
bold
Description
Gets or sets whether the font is bolded. Note, for finer control over the font's boldness use the weight property.
expanded
Description
Gets or sets whether the font is expanded.
face
Description
Gets or sets the face fo the font.
family
Description
Gets or sets the font's family.
fontFamilies
Description
Gets a list of all available font families installed on the system.
fonts
Description
Gets a list of all available fonts on the system. This is a 'static' method, and does not require creating a font (E.g., Font.fonts).
italic
Description
Gets or sets whether the font is italicized.
monospaced
Description
Gets whether the font is monospaced.
size
Description
Gets or sets the size of the font in logical pixels.
vertical
Description
Gets whether the font is vertical or horizontal.
weight
Description
Gets or sets the boldness of the font, this can be a range from 0 to 999.