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