mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-24 15:20:19 +01:00
for the Postscript hinter
* docs/BUGS: closed the AUTOHINT-NO-SBITS bug.
* src/pshinter/pshrec.c (t2_hint_stems), src/cff/cffobjs.h,
src/cff/cffobjs.c, src/cff/cffload.c, src/cff/cffload.h,
src/cff/cffgload.c, src/cff/cffgload.h, src/cff/cffdriver.c,
include/freetype/internal/cfftypes.h: added Postscript hinter support
to the CFF driver
* src/base/ftobjs.c (FT_Done_Library): fixed a stupid bug that crashed
the library on exit
9 lines
350 B
Text
9 lines
350 B
Text
Note that the list of known bugs for FreeType 2 is now located in the
|
|
document "docs/BUGS".
|
|
|
|
Here is a list of items that need to be addressed in FreeType 2; they are
|
|
not exactly bugs, but should be considered though:
|
|
|
|
* Add synthesized Unicode charmap processing to the CFF driver.
|
|
|
|
* Implement stem3/counter hints properly in the Postscript hinter
|