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_ \
};
Definition at line 50 of file svprop.h.
◆ FT_SERVICE_ID_PROPERTIES
#define FT_SERVICE_ID_PROPERTIES "properties" |
◆ FT_Properties_GetFunc
◆ FT_Properties_SetFunc
◆ FT_DEFINE_SERVICE()
FT_DEFINE_SERVICE |
( |
Properties |
| ) |
|
Definition at line 41 of file svprop.h.
42 {
45 };
static PropertyItem * get_property(IWICMetadataReader *reader, const GUID *guid, const WCHAR *prop_name)
FT_Error(* FT_Properties_GetFunc)(FT_Module module, const char *property_name, void *value)
FT_Error(* FT_Properties_SetFunc)(FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)