mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-06 20:40:13 +01:00
- there is now a "convenience" API to manage glyphs in
"include/ftglyph.h". See the demo program "ftstring" for
an example..
- the raster interface has been changed in order to allow
direct composition through user-provided callbacks. This
has been tested but isn't demonstrated for now in "demos"
- the FT_LOAD_NO_RECURSE flag is supported, as this is
required by some new code in the auto-hinting engine
- some bug fixed in FT_MulFix which made FT_xxx_Transform
return incorrect results..
|
||
|---|---|---|
| .. | ||
| freetype.h | ||
| ftbbox.h | ||
| fterrors.h | ||
| ftglyph.h | ||
| ftimage.h | ||
| ftraster.h | ||
| ftsystem.h | ||
| ttnameid.h | ||