Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 3590 of file ftobjs.c.
{ FT_Service_SFNT_Table service; FT_ULong offset; if ( !face || !FT_IS_SFNT( face ) ) return FT_Err_Invalid_Face_Handle; FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE ); if ( service == NULL ) return FT_Err_Unimplemented_Feature; return service->table_info( face, table_index, tag, &offset, length ); }