Specifies font's attributes.
Syntax
Members
Member | Value | Description |
ALL_CAP | 65536 | The font is an all-caps font. |
FIXED_WIDTH | 1 | All glyphs in the font are the same width. |
FORCE_BOLD | 262144 | Force bold characters to draw bold even at small point sizes. |
ITALIC | 64 | The font is an italic font. |
PI | 4 | The font is a symbolic (pi) font. |
SCRIPT | 8 | The font is a script font. |
SERIF | 2 | The font is a serif font. |
SMALL_CAP | 131072 | The font is a small caps font. |
STD_ENCODING | 32 | The font uses standard encoding. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEFontFlags
See Also