[]
The FamilyFont enumeration specifies the font family. Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available.
public enum FontFamily : byte
Public Enum FontFamily As Byte
Name | Description |
---|---|
Decorative | Novelty fonts. |
Modern | Fonts with constant stroke width, with or without serifs. Fixed-width fonts are usually modern. |
NotApplicable | The default font is specified, which is implementation-dependent. |
Roman | Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs. |
Script | Fonts designed to look like handwriting. |
Swiss | Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs. |