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