Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TTFhandle::GlyphStruct Struct Reference

Definition at line 35 of file TTFhandle.cxx.

Public Member Functions

 GlyphStruct (UInt_t indx=0)
 
 ~GlyphStruct ()
 

Public Attributes

FT_Glyph fImage {nullptr}
 glyph image
 
UInt_t fIndex {0}
 glyph index in face
 
FT_Vector fPos
 position of glyph origin
 

Constructor & Destructor Documentation

◆ GlyphStruct()

TTFhandle::GlyphStruct::GlyphStruct ( UInt_t indx = 0)
inline

Definition at line 40 of file TTFhandle.cxx.

◆ ~GlyphStruct()

TTFhandle::GlyphStruct::~GlyphStruct ( )
inline

Definition at line 41 of file TTFhandle.cxx.

Member Data Documentation

◆ fImage

FT_Glyph TTFhandle::GlyphStruct::fImage {nullptr}

glyph image

Definition at line 39 of file TTFhandle.cxx.

◆ fIndex

UInt_t TTFhandle::GlyphStruct::fIndex {0}

glyph index in face

Definition at line 37 of file TTFhandle.cxx.

◆ fPos

FT_Vector TTFhandle::GlyphStruct::fPos

position of glyph origin

Definition at line 38 of file TTFhandle.cxx.

Collaboration diagram for TTFhandle::GlyphStruct:
[legend]

The documentation for this struct was generated from the following file: