Macros | |
#define | kA3DFontBold 0x02 |
#define | kA3DFontItalic 0x04 |
#define | kA3DFontUnderlined 0x08 |
#define | kA3DFontStrikedOut 0x10 |
#define | kA3DFontOverlined 0x20 |
#define | kA3DFontStreched 0x40 |
#define | kA3DFontWired 0x80 |
#define | kA3DFontFixedWidth 0x100 |
These masks are used to define the attributes for A3DFontData and A3DFontKeyData
#define kA3DFontBold 0x02 |
Bold.
#define kA3DFontItalic 0x04 |
Italic.
#define kA3DFontUnderlined 0x08 |
Underlined.
#define kA3DFontStrikedOut 0x10 |
Striked-out.
#define kA3DFontOverlined 0x20 |
Overlined.
#define kA3DFontStreched 0x40 |
Streched. In case the font used is not the original font, it indicates that the text needs to be stretched to fit its bounding box.
#define kA3DFontWired 0x80 |
Wired. Indicates that the original font is a wirefame font.
#define kA3DFontFixedWidth 0x100 |
Fixed width. Indicates that the original font is not proportional (each glyph has the same width).