Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TTF::TTGlyph Class Reference

TTF helper class containing glyphs description.

Definition at line 65 of file TTF.h.

Public Member Functions

 TTGlyph (UInt_t indx=0)
 

Public Attributes

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

#include <TTF.h>

Constructor & Destructor Documentation

◆ TTGlyph()

TTF::TTGlyph::TTGlyph ( UInt_t indx = 0)
inline

Definition at line 70 of file TTF.h.

Member Data Documentation

◆ fImage

FT_Glyph TTF::TTGlyph::fImage {nullptr}

glyph image

Definition at line 69 of file TTF.h.

◆ fIndex

UInt_t TTF::TTGlyph::fIndex {0}

glyph index in face

Definition at line 67 of file TTF.h.

◆ fPos

FT_Vector TTF::TTGlyph::fPos

position of glyph origin

Definition at line 68 of file TTF.h.

Libraries for TTF::TTGlyph:

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