Bringing ChocolateCaste-0.7 into the main branch.
[AROS-Contrib.git] / freetype1 / docs / TODO
blob2472cce8873c36dfef2ddb5942410b215c5fb965
1 FreeType TODO list
3 . Handle various PostScript glyph names in ftxpost.c:
5             Omega vs. Ohm
6             Delta vs. increment
7             macron vs. overscore
8             my vs. mu1
9             periodcentered vs. middot
11   with a new flag.
14 . Adaption of FreeType for non-ANSI compilers (wow, I'm heretic :-)
17 . More 16bit stuff to support _cdecl etc.  Maybe something like this
18   may be used in place of the current EXPORT_DEF/EXPORT_FUNC:
20            NEW_EXPORT_DEF( TT_Error )
21            Cache_Create( PEngine_Instance  engine, ... )
23 --- end of TODO ---