revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / freetype2 / README.AROS
blob26bd4d775afec6f5fc8e9d4d3ed5a72a1c47ba3c
1 # AROS Freetype2 Readme for v6.1 (freetype 2.9.1)
4 To make the freetype link lib:
6    make workbench-libs-freetype-linklib:
8 To make two of the freetype test programs:
10    make test-freetype
12 To make freetype graph lib (a linklib used by the freetype test programs)
14    make test-freetype-lib-graph
20 When importing a new version of the freetype code, also update the
21 'demos' in developer/debug/test/freetype !!
23        o fix buggy graph AROS driver (only used by demo progs)
24        
26 BUGS : o ftstring crashes if you rotate/scale for some time the
27          string with cursor keys/pageup/pagedown. When directly
28          compiled for Linux/X11 this does not seem to happen.
29          It segfaults in Exec_FreePooled so it probably happens
30          in free (<-> malloc). Maybe some mem trashing.
32        o ftstring and ftview seem to eat memory and not free it
33          again.