diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-04 23:11:15 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-04 23:11:15 +0200 |
| commit | c9a4b94efe4c754b602a9638c7b4477a96101836 (patch) | |
| tree | 92ef873312ef509d77ede116ab9ab6c80548f3c1 /src | |
| parent | 04658cafccf7f938b768f6b7984ff98fd32d36a0 (diff) | |
| download | box64-c9a4b94efe4c754b602a9638c7b4477a96101836.tar.gz box64-c9a4b94efe4c754b602a9638c7b4477a96101836.zip | |
Added 1 more freetype wrapped functions (for #17)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedfreetype_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index 6453c49b..34c610bb 100755 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -61,7 +61,7 @@ GO(FT_Get_Charmap_Index, iFp) //GO(FT_Get_CMap_Format, //GO(FT_Get_CMap_Language_ID, GO(FT_Get_First_Char, LFpp) -//GO(FT_Get_Font_Format, +GO(FT_Get_Font_Format, pFp) GO(FT_Get_FSType_Flags, WFp) //GO(FT_Get_Gasp, GO(FT_Get_Glyph, iFpp) |