Go to the source code of this file.
◆ FT_DEFINE_SERVICE_PROPERTIESREC
| #define FT_DEFINE_SERVICE_PROPERTIESREC |
( |
|
class_, |
|
|
|
set_property_, |
|
|
|
get_property_ |
|
) |
| |
Value: static const FT_Service_PropertiesRec class_ = \
{ \
set_property_, \
get_property_ \
};
◆ FT_SERVICE_ID_PROPERTIES
| #define FT_SERVICE_ID_PROPERTIES "properties" |
◆ FT_Properties_GetFunc
| typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value) |
◆ FT_Properties_SetFunc
| typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string) |
◆ FT_DEFINE_SERVICE()
| FT_DEFINE_SERVICE |
( |
Properties |
| ) |
|