WmfFamilyFont
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfFamilyFont extends System.Enum
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.
Fields
Field | Description |
---|---|
Dontcare | 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. |
Swiss | Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs. |
Modern | Fonts with constant stroke width, with or without serifs. |
Script | Fonts designed to look like handwriting. |
Decorative | Novelty fonts. |
Dontcare
public static final byte Dontcare
The default font is specified, which is implementation-dependent.
Roman
public static final byte Roman
Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs. “MS Serif” is an example.
Swiss
public static final byte Swiss
Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs. “MS Sans Serif” is an example.
Modern
public static final byte Modern
Fonts with constant stroke width, with or without serifs. Fixed-width fonts are usually modern. “Pica”, “Elite”, and “Courier New” are examples.
Script
public static final byte Script
Fonts designed to look like handwriting. “Script” and “Cursive” are examples.
Decorative
public static final byte Decorative
Novelty fonts. “Old English” is an example.