freetype2/builds
Moazin Khatti 0bf49bd229 Add 'svg' module for OT-SVG rendering.
* CMakeLists.txt (BASE_SRCS): Add svg module file.
* meson.build (ft2_public_headers): Add `otsvg.h`.

* modules.cfg (RASTER_MODULES): Add `svg` module.

* builds/meson/parse_modules_cfg.py: Add svg module.

* include/freetype/config/ftmodule.h: Add `ft_svg_renderer_class`.
* include/freetype/fterrdef.h: Add `Invalid_SVG_Document` and
`Missing_SVG_Hooks` error codes.
* include/freetype/internal/fttrace.h: Add tracing for `otsvg`.
* include/freetype/internal/svginterface.h: New file.  It adds an interface
to enable the presetting hook from the `base` module.
* include/freetype/otsvg.h (SVG_Lib_Init_Func, SVG_Lib_Free_Func,
SVG_Lib_Render_Func, SVG_Lib_Preset_Slot_Func): New hooks for SVG rendering.
(SVG_RendererHooks): New structure to access them.

* src/base/ftobjs.c: Include `svginterface.h`.
(ft_glyphslot_preset_bitmap): Add code for presetting the slot for SVG
glyphs.
(ft_add_renderer): Updated.

* src/svg/*: New files.
2022-01-20 16:45:18 +00:00
..
amiga Update all copyright notices. 2022-01-11 10:54:10 +01:00
ansi Update all copyright notices. 2022-01-11 10:54:10 +01:00
atari Documentation update for repository move to 'freedesktop.org'. 2021-01-16 15:45:13 +01:00
beos Update all copyright notices. 2022-01-11 10:54:10 +01:00
cmake Update all copyright notices. 2022-01-11 10:54:10 +01:00
compiler Update all copyright notices. 2022-01-11 10:54:10 +01:00
dos Update all copyright notices. 2022-01-11 10:54:10 +01:00
mac Update all copyright notices. 2022-01-11 10:54:10 +01:00
meson Add 'svg' module for OT-SVG rendering. 2022-01-20 16:45:18 +00:00
os2 Update all copyright notices. 2022-01-11 10:54:10 +01:00
symbian Update all copyright notices. 2022-01-11 10:54:10 +01:00
unix Update all copyright notices. 2022-01-11 10:54:10 +01:00
vms Update all copyright notices. 2022-01-11 10:54:10 +01:00
wince Update all copyright notices. 2022-01-11 10:54:10 +01:00
windows Update all copyright notices. 2022-01-11 10:54:10 +01:00
detect.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
exports.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
freetype.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
link_dos.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
link_std.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
modules.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
toplevel.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00