20#include FT_INTERNAL_DEBUG_H
21#include FT_INTERNAL_OBJECTS_H
22#include FT_INTERNAL_SERVICE_H
23#include FT_SERVICE_POSTSCRIPT_INFO_H
33 FT_Service_PsInfo service;
37 return FT_THROW( Invalid_Face_Handle );
44 if ( service && service->ps_get_font_info )
45 error = service->ps_get_font_info(
face, afont_info );
59 FT_Service_PsInfo service;
66 if ( service && service->ps_has_glyph_names )
81 FT_Service_PsInfo service;
85 return FT_THROW( Invalid_Face_Handle );
92 if ( service && service->ps_get_font_private )
93 error = service->ps_get_font_private(
face, afont_private );
111 FT_Service_PsInfo service =
NULL;
118 if ( service && service->ps_get_font_value )
#define FT_FACE_FIND_SERVICE(face, ptr, id)
FT_Get_PS_Font_Private(FT_Face face, PS_PrivateRec *afont_private)
FT_Has_PS_Glyph_Names(FT_Face face)
FT_Get_PS_Font_Value(FT_Face face, PS_Dict_Keys key, FT_UInt idx, void *value, FT_Long value_len)
FT_Get_PS_Font_Info(FT_Face face, PS_FontInfoRec *afont_info)
GLenum GLuint GLint GLenum face
enum PS_Dict_Keys_ PS_Dict_Keys
FT_BEGIN_HEADER struct PS_FontInfoRec_ PS_FontInfoRec