mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 12:28:00 +02:00
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
ff2714feca
commit
d2a996c482
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue