A3DPDFTextDataEx structure. More...
Detailed Description
A3DPDFTextDataEx structure.
Structure to specify a text line with extended fonts and languages. The font needs to be available in C:\Windows\Fonts directory on the machine where HOOPS Publish is run. Depending on the characters used in the string, the font must be chosen, as well as the according language.
- Version
- 5.0
Field Documentation
| A3DBool A3DPDFTextDataEx::m_bEmbedFontInPDF |
If true, the font will be embedded in the PDF document, no need to have the font on the computer for the one who will open the document.
| A3DPDFELanguage A3DPDFTextDataEx::m_eLanguage |
Language used for the text string.
| A3DInt32 A3DPDFTextDataEx::m_iFontSize |
Size of the font.
| A3DUTF8Char* A3DPDFTextDataEx::m_pcEncodingName |
Set null to keep default treatment. Supported encoding are "WinAnsiEncoding", "StandardEncoding", "MacRomanEncoding", "MacExpertEncoding", or "PDFDocEncoding" (see PDF specifications for more details). If NULL, the encoding is tentatively retrieved from m_eLanguage. The result is uncertain.
| A3DUTF8Char* A3DPDFTextDataEx::m_pcFontName |
Font name of the text.
| A3DUTF8Char* A3DPDFTextDataEx::m_pcTextString |
Content of the text string. It should be a single line text string (no carriage return supported).
| A3DPDFRgbColorData A3DPDFTextDataEx::m_sColor |
Color of the text.
| A3DUns16 A3DPDFTextDataEx::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
