freetype2/include/freetype/internal
Moazin Khatti 92eeba75c4 [sfnt] Adds the functionality to load `SVG' table.
Adds code to load the SVG table data into an `svg'
structure and set the flag `FT_FACE_FLAG_SVG'.

* include/freetype/freetype.h: Adds `FT_FACE_FLAG_SVG'.

* include/freetype/internal/sfnt.h: Adds the fields
`load_svg' and `free_svg' to `SFNT_Interface'.

* include/freetype/internal/tttypes.h: Adds a void
pointer field `svg' to hold info from `SVG' table.

* include/freetype/internal/tttags.h: Adds the tag
`TTAG_SVG'.

* src/sfnt/ttsvg.c: Writes the functions
`tt_face_load_svg' and `tt_face_free_svg'

* src/sfnt/ttsvg.h: Writes header declarations for
`tt_face_load_svg' and `tt_face_free_svg'.

* src/sfnt/sfdriver.c: Adds the functions
`tt_face_load_svg' and `tt_face_free_svg' to
`sfnt_interface'.

* src/sfnt/sfnt.c: Includes `ttsvg.c'.

* src/sfnt/sfobjs.c: (sfnt_load_face) Adds code to
load `svg' table struct. (sfnt_done_face) Adds code
to free `svg' table struct.
2019-08-05 22:48:16 +05:00
..
services Make `glyph_name' parameter to `FT_Get_Name_Index' a `const'. 2019-04-06 06:38:16 +02:00
autohint.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffotypes.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cfftypes.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcalc.h Solidify VC2005 builds. 2019-05-31 22:31:47 -04:00
ftdebug.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftdrv.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftgloadr.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
fthash.h [GSoC] include/*.*, devel/*.*: Convert block comments to `light' style. 2018-06-03 22:00:42 +02:00
ftmemory.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftobjs.h Tweak LCD filtering. 2019-05-02 23:06:55 -04:00
ftpsprop.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftrfork.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftserv.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftstream.h Add memory access macro summary. 2019-06-13 11:12:26 +02:00
fttrace.h [sfnt] Separate WOFF sources and headers. 2019-05-30 23:57:34 +05:30
ftvalid.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
internal.h [sfnt] Separate WOFF sources and headers. 2019-05-30 23:57:34 +05:30
psaux.h [type1,type42] Use `const' for string literals. 2019-06-10 23:09:49 -04:00
pshints.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
sfnt.h [sfnt] Adds the functionality to load `SVG' table. 2019-08-05 22:48:16 +05:00
t1types.h [type1,type42] Use `const' for string literals. 2019-06-10 23:09:49 -04:00
tttypes.h [sfnt] Adds the functionality to load `SVG' table. 2019-08-05 22:48:16 +05:00
wofftypes.h [sfnt] Separate WOFF sources and headers. 2019-05-30 23:57:34 +05:30