A3DMkpRTFFieldData

Fields

A3DUns32

m_usGetFieldIndex

A3DUTF8Char *

m_pcText

A3DUTF8Char *

m_pcFamilyName

A3DEMarkupSymbol

m_eSymbol

A3DInt32

m_aRGB

A3DFloat

m_fHeight

A3DInt8

m_cAttributes

Detailed Description

struct A3DMkpRTFFieldData

Structure used to parse RTF strings.

Version

4.2

Public Members

A3DUns32 m_usGetFieldIndex

Reserved; used internally to parse RTF string.

A3DUTF8Char *m_pcText

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

A3DUTF8Char *m_pcFamilyName

Font family name extracted from the RTF.

A3DEMarkupSymbol m_eSymbol

Set if m_pcText is a symbol. A3DEMarkupSymbol

A3DInt32 m_aRGB[3]

Text color extracted from the RTF.

A3DFloat m_fHeight

Text size as millimeter.

A3DInt8 m_cAttributes

Text attributes. See Flags for Font and Font-Key Attributes.