Overview

Programming Guide

API Reference

A3DRTFFieldData Struct Reference

Structure used to parse RTF strings. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUns32 m_usGetFieldIndex
 
A3DUTF8Charm_pcText
 
A3DUTF8Charm_pcFamilyName
 
A3DEMarkupSymbol m_eSymbol
 
A3DInt32 m_aRGB [3]
 
A3DFloat m_fHeight
 
A3DInt8 m_cAttributes
 

Detailed Description

Structure used to parse RTF strings.

Version
4.2

Field Documentation

A3DUns16 A3DRTFFieldData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DUns32 A3DRTFFieldData::m_usGetFieldIndex

Reserved; used internally to parse RTF string.

A3DUTF8Char* A3DRTFFieldData::m_pcText

Text extracted from the RTF. Only one caracter if the text is a symbol.

A3DUTF8Char* A3DRTFFieldData::m_pcFamilyName

Font family name extracted from the RTF.

A3DEMarkupSymbol A3DRTFFieldData::m_eSymbol

Set if m_pcText is a symbol. A3DEMarkupSymbol

A3DInt32 A3DRTFFieldData::m_aRGB[3]

Text color extracted from the RTF.

A3DFloat A3DRTFFieldData::m_fHeight

Text size as millimeter.

A3DInt8 A3DRTFFieldData::m_cAttributes