A3DPDFTextData Struct Reference
A3DPDFTextData structure. More...
Data Fields | |
| A3DPDFEFontName | m_eFontName |
| A3DInt32 | m_iFontSize |
| A3DUTF8Char * | m_pcTextString |
| A3DPDFRgbColorData | m_sColor |
| A3DUns16 | m_usStructSize |
Detailed Description
A3DPDFTextData structure.
Structure to specify a text line: content and formatting options (color, font used and font size)
- Version
- 4.1
Field Documentation
| A3DPDFEFontName A3DPDFTextData::m_eFontName |
Font name of the text.
| A3DInt32 A3DPDFTextData::m_iFontSize |
Size of the font.
| A3DUTF8Char* A3DPDFTextData::m_pcTextString |
Content of the text string. It should be a single line text string (no carriage return supported).
| A3DPDFRgbColorData A3DPDFTextData::m_sColor |
Color of the text.
| A3DUns16 A3DPDFTextData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
