26#define FT_SERVICE_ID_PROPERTIES "properties"
31 const char* property_name,
37 const char* property_name,
48#define FT_DEFINE_SERVICE_PROPERTIESREC( class_, \
51 static const FT_Service_PropertiesRec class_ = \
#define FT_DEFINE_SERVICE(name)
Definition ftserv.h:480
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition fttypes.h:108
int FT_Error
Definition fttypes.h:299
FT_Error(* FT_Properties_GetFunc)(FT_Module module, const char *property_name, void *value)
Definition svprop.h:36
FT_Error(* FT_Properties_SetFunc)(FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)
Definition svprop.h:30