|
XenevaOS
|
Go to the source code of this file.
Macros | |
| #define | FT_SERVICE_ID_POSTSCRIPT_INFO "postscript-info" |
| #define | FT_DEFINE_SERVICE_PSINFOREC(class_, get_font_info_, ps_get_font_extra_, has_glyph_names_, get_font_private_, get_font_value_) |
Typedefs | |
| typedef FT_Error(* | PS_GetFontInfoFunc) (FT_Face face, PS_FontInfoRec *afont_info) |
| typedef FT_Error(* | PS_GetFontExtraFunc) (FT_Face face, PS_FontExtraRec *afont_extra) |
| typedef FT_Int(* | PS_HasGlyphNamesFunc) (FT_Face face) |
| typedef FT_Error(* | PS_GetFontPrivateFunc) (FT_Face face, PS_PrivateRec *afont_private) |
| typedef FT_Long(* | PS_GetFontValueFunc) (FT_Face face, PS_Dict_Keys key, FT_UInt idx, void *value, FT_Long value_len) |
Functions | |
| FT_DEFINE_SERVICE (PsInfo) | |
| #define FT_DEFINE_SERVICE_PSINFOREC | ( | class_, | |
| get_font_info_, | |||
| ps_get_font_extra_, | |||
| has_glyph_names_, | |||
| get_font_private_, | |||
| get_font_value_ | |||
| ) |
| #define FT_SERVICE_ID_POSTSCRIPT_INFO "postscript-info" |
| typedef FT_Error(* PS_GetFontExtraFunc) (FT_Face face, PS_FontExtraRec *afont_extra) |
| typedef FT_Error(* PS_GetFontInfoFunc) (FT_Face face, PS_FontInfoRec *afont_info) |
| typedef FT_Error(* PS_GetFontPrivateFunc) (FT_Face face, PS_PrivateRec *afont_private) |
| typedef FT_Long(* PS_GetFontValueFunc) (FT_Face face, PS_Dict_Keys key, FT_UInt idx, void *value, FT_Long value_len) |
| FT_DEFINE_SERVICE | ( | PsInfo | ) |