20#include FT_INTERNAL_DEBUG_H
22#include FT_INTERNAL_OBJECTS_H
23#include FT_SERVICE_BDF_H
30 const char* *acharset_encoding,
31 const char* *acharset_registry )
37 FT_Service_BDF service;
41 return FT_THROW( Invalid_Face_Handle );
45 if ( service && service->get_charset_id )
50 if ( acharset_encoding )
53 if ( acharset_registry )
64 const char* prop_name,
69 FT_Service_BDF service;
73 return FT_THROW( Invalid_Face_Handle );
82 if ( service && service->get_property )
83 error = service->get_property(
face, prop_name, aproperty );
FT_Get_BDF_Property(FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty)
FT_Get_BDF_Charset_ID(FT_Face face, const char **acharset_encoding, const char **acharset_registry)
#define FT_FACE_FIND_SERVICE(face, ptr, id)
GLenum GLuint GLint GLenum face