< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DPDFTextData Struct Reference

A3DPDFTextData structure. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcTextString
 
A3DPDFEFontName m_eFontName
 
A3DInt32 m_iFontSize
 
A3DPDFRgbColorData m_sColor
 

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

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.