Added FT_Name_Index_Requester, a function pointer type defintion used

for in the function FT_Get_Name_Index.
This commit is contained in:
Tom Kacvinsky 2001-08-08 11:02:12 +00:00
parent ff2714feca
commit d2a996c482

View File

@ -676,6 +676,10 @@ FT_BEGIN_HEADER
FT_Pointer buffer,
FT_UInt buffer_max );
typedef FT_UInt
(*FT_Name_Index_Requester)( FT_Face face,
FT_String* glyph_name );
#ifndef FT_CONFIG_OPTION_NO_DEFAULT_SYSTEM