Go to the source code of this file.
◆ FT_DEFINE_SERVICE_BDFRec
| #define FT_DEFINE_SERVICE_BDFRec |
( |
|
class_, |
|
|
|
get_charset_id_, |
|
|
|
get_property_ |
|
) |
| |
Value: static const FT_Service_BDFRec class_ = \
{ \
get_charset_id_, get_property_ \
};
◆ FT_SERVICE_ID_BDF
| #define FT_SERVICE_ID_BDF "bdf" |
◆ FT_BDF_GetCharsetIdFunc
| typedef FT_Error(* FT_BDF_GetCharsetIdFunc) (FT_Face face, const char **acharset_encoding, const char **acharset_registry) |
◆ FT_BDF_GetPropertyFunc
◆ FT_DEFINE_SERVICE()
| FT_DEFINE_SERVICE |
( |
BDF |
| ) |
|