Added FT_Name_Index_Requester, a function pointer type defintion used
for in the function FT_Get_Name_Index.
This commit is contained in:
parent
43f2a3f0f5
commit
845661a0fe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue