public final class WmfFamilyFont
extends com.aspose.ms.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.
Modifier and Type | Field and Description |
---|---|
static byte |
Decorative
Novelty fonts.
|
static byte |
Dontcare
The default font is specified, which is implementation-dependent.
|
static byte |
Modern
Fonts with constant stroke width, with or without serifs.
|
static byte |
Roman
Fonts with variable stroke widths, which are proportional to the actual widths of
the glyphs, and which have serifs.
|
static byte |
Script
Fonts designed to look like handwriting.
|
static byte |
Swiss
Fonts with variable stroke widths, which are proportional to the actual widths of the
glyphs, and which do not have serifs.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte Dontcare
The default font is specified, which is implementation-dependent.
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.
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.
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.
public static final byte Script
Fonts designed to look like handwriting. "Script" and "Cursive" are examples.
public static final byte Decorative
Novelty fonts. "Old English" is an example.