20 #include FT_INTERNAL_OBJECTS_H 21 #include FT_SERVICE_BDF_H 28 const char* *acharset_encoding,
29 const char* *acharset_registry )
32 const char* encoding =
NULL;
36 error =
FT_ERR( Invalid_Argument );
40 FT_Service_BDF service;
45 if ( service && service->get_charset_id )
46 error = service->get_charset_id( face, &encoding, ®istry );
49 if ( acharset_encoding )
50 *acharset_encoding = encoding;
52 if ( acharset_registry )
63 const char* prop_name,
75 FT_Service_BDF service;
80 if ( service && service->get_property )
81 error = service->get_property(
face, prop_name, aproperty );
FT_Get_BDF_Charset_ID(FT_Face face, const char **acharset_encoding, const char **acharset_registry)
GLenum GLuint GLint GLenum face
FT_Get_BDF_Property(FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty)
#define FT_FACE_FIND_SERVICE(face, ptr, id)