FreeType 1.31.1

This commit is contained in:
2023-08-27 18:03:45 +02:00
commit 5edbb7a80a
454 changed files with 173977 additions and 0 deletions

23
docs/TODO Normal file
View File

@@ -0,0 +1,23 @@
FreeType TODO list
. Handle various PostScript glyph names in ftxpost.c:
Omega vs. Ohm
Delta vs. increment
macron vs. overscore
my vs. mu1
periodcentered vs. middot
with a new flag.
. Adaption of FreeType for non-ANSI compilers (wow, I'm heretic :-)
. More 16bit stuff to support _cdecl etc. Maybe something like this
may be used in place of the current EXPORT_DEF/EXPORT_FUNC:
NEW_EXPORT_DEF( TT_Error )
Cache_Create( PEngine_Instance engine, ... )
--- end of TODO ---