37379e2170
- 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..
10 lines
115 B
C
10 lines
115 B
C
#ifndef FTGRAYS2_H
|
|
#define FTGRAYS2_H
|
|
|
|
#include <ftimage.h>
|
|
|
|
extern
|
|
FT_Raster_Funcs ft_grays2_raster;
|
|
|
|
#endif
|