CadFontStyleTableFlag
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Font style table flags.
Enum Values
| Field | Description |
|---|---|
| None | Empty flag. |
| FixedPitch | Fixed pitch (monospace font). |
| VariablePitch | Variable pitch. |
| Roman | Roman family (serif). |
| Swiss | Swiss family (sans serif). |
| Italic | Italic style. |
| Bold | Bold style. |
| BoldItalic | Bold italic style. |
None
public static final int None
Empty flag.
Returns: int
FixedPitch
public static final int FixedPitch
Fixed pitch (monospace font).
Returns: int
VariablePitch
public static final int VariablePitch
Variable pitch.
Returns: int
Roman
public static final int Roman
Roman family (serif).
Returns: int
Swiss
public static final int Swiss
Swiss family (sans serif).
Returns: int
Italic
public static final int Italic
Italic style.
Returns: int
Bold
public static final int Bold
Bold style.
Returns: int
BoldItalic
public static final int BoldItalic
Bold italic style.
Returns: int