![]()  | 
  
    libgpac
    
   Documentation of the core library of GPAC 
   | 
  
 Include dependency graph for font.h:
 This graph shows which files directly or indirectly include this file:Data Structures | |
| struct | GF_Glyph | 
| struct | GF_FontReader | 
Macros | |
| #define | GF_FONT_STYLE_MASK 0x00000007 | 
| #define | GF_FONT_WEIGHT_MASK 0xFFFFFC00 | 
| #define | GF_FONT_READER_INTERFACE GF_4CC('G','F','T', '5') | 
Enumerations | |
| enum | {  GF_FONT_ITALIC = 1 , GF_FONT_OBLIQUE = 1<<1 , GF_FONT_SMALLCAPS = 1<<2 , GF_FONT_UNDERLINED = 1<<3 , GF_FONT_STRIKEOUT = 1<<4 , GF_FONT_WEIGHT_100 = 1<<10 , GF_FONT_WEIGHT_LIGHTER = 1<<11 , GF_FONT_WEIGHT_200 = 1<<12 , GF_FONT_WEIGHT_300 = 1<<13 , GF_FONT_WEIGHT_400 = 1<<14 , GF_FONT_WEIGHT_NORMAL = 1<<15 , GF_FONT_WEIGHT_500 = 1<<16 , GF_FONT_WEIGHT_600 = 1<<17 , GF_FONT_WEIGHT_700 = 1<<18 , GF_FONT_WEIGHT_BOLD = 1<<19 , GF_FONT_WEIGHT_800 = 1<<20 , GF_FONT_WEIGHT_900 = 1<<21 , GF_FONT_WEIGHT_BOLDER = 1<<22 }  | 
| struct GF_Glyph | 
| #define GF_FONT_STYLE_MASK 0x00000007 | 
| #define GF_FONT_WEIGHT_MASK 0xFFFFFC00 | 
| anonymous enum |