Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 62 of file ftbdf.c.
{ FT_Error error; error = FT_Err_Invalid_Argument; aproperty->type = BDF_PROPERTY_TYPE_NONE; if ( face ) { FT_Service_BDF service; FT_FACE_FIND_SERVICE( face, service, BDF ); if ( service && service->get_property ) error = service->get_property( face, prop_name, aproperty ); } return error; }