Flags for Font and Font-Key Attributes
Macro Definitions
kA3DFontBold |
|
kA3DFontItalic |
|
kA3DFontUnderlined |
|
kA3DFontStrikedOut |
|
kA3DFontOverlined |
|
kA3DFontStreched |
|
kA3DFontWired |
|
kA3DFontFixedWidth |
Detailed Description
-
group
a3d_fontattribdef
These masks are used to define the attributes for A3DFontData and A3DFontKeyData
- Version
- 2.0
Note
The bit 0x01 is unused.
Macro Definition
-
kA3DFontBold
Bold.
-
kA3DFontItalic
Italic.
-
kA3DFontUnderlined
Underlined.
-
kA3DFontStrikedOut
Striked-out.
-
kA3DFontOverlined
Overlined.
-
kA3DFontStreched
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.
-
kA3DFontWired
Wired. Indicates that the original font is a wirefame font.
-
kA3DFontFixedWidth
Fixed width. Indicates that the original font is not proportional (each glyph has the same width).