Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 28 of file ftwinfnt.c.
Referenced by ftGdiGetTextMetricsW(), and IntGetOutlineTextMetrics().
{ FT_Service_WinFnt service; FT_Error error; error = FT_Err_Invalid_Argument; if ( face != NULL ) { FT_FACE_LOOKUP_SERVICE( face, service, WINFNT ); if ( service != NULL ) { error = service->get_header( face, header ); } } return error; }