home *** CD-ROM | disk | FTP | other *** search
- o Assembly optimized version of the library (you will very probably not yet
- notice any difference, so use the standard C-only versions) might be buggy
- and (more probably) create different rendering output, because for example
- the assembly version of TT_MulDiv does not yet use rounding (a*b/c instead
- of (a*b+c/2)/c ).
-
- o Engine is far to slow, compared to bullet.library. Maybe someone wants to
- help me in converting the most important routines to assembly. Source code
- is included, so if someone wants to improve it or create a PPC version ...
-
- o Not (yet) implemented OT tags might be the reason for some programs
- crashing (Wordworth)
-
- o Fonts without Unicode CMAP tables (character to glyph mapping) such as
- webdings.ttf cannot be used. Don't know how to do the mapping in such
- a case :(
-
- o The "Install Truetype Font" script is not yet able to find out all info
- it needs for the otag file itself, therefore it asks the user for things
- like "Is this a serif font?", etc.
-
-
-
-