freetype2/include/freetype
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
..
config Adds `FT_CONFIG_OPTION_SVG' to allow toggling of OT-SVG support. 2019-08-05 16:12:17 +05:00
internal [sfnt] Adds the functionality to load `SVG' table. 2019-08-05 22:48:16 +05:00
freetype.h [sfnt] Adds the functionality to load `SVG' table. 2019-08-05 22:48:16 +05:00
ftadvanc.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftbbox.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftbdf.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftbitmap.h * src/base/ftbitmap.c (FT_Bitmap_Blend): No fractional offsets. 2019-02-23 11:18:39 +01:00
ftbzip2.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcache.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftchapters.h Make `/****...' comments in public headers uniformly end on column 77. 2018-09-04 08:00:58 +02:00
ftcid.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftcolor.h More documentation updates. 2019-02-23 11:21:48 +01:00
ftdriver.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
fterrdef.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
fterrors.h * Version 2.10.1 released. 2019-07-01 15:56:34 +02:00
ftfntfmt.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftgasp.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftglyph.h Doc polishing. 2019-06-22 22:54:57 -04:00
ftgxval.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftgzip.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftimage.h Doc polishing. 2019-06-22 22:54:57 -04:00
ftincrem.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftlcdfil.h Minor formatting. 2019-03-02 16:05:51 +05:30
ftlist.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftlzw.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftmac.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftmm.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftmodapi.h * include/freetype/ftmodapi.h (FT_DebugHook_Func): Return error. 2019-06-12 22:30:21 -04:00
ftmoderr.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftotval.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftoutln.h Doc polishing. 2019-06-22 22:54:57 -04:00
ftparams.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftpfr.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftrender.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftsizes.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftsnames.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftstroke.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftsynth.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftsystem.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
fttrigon.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
fttypes.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ftwinfnt.h Minor. 2019-04-14 09:39:28 +02:00
t1tables.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttnameid.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
tttables.h Minor doc fixes. 2019-02-25 06:32:26 +01:00
tttags.h [sfnt] Adds the functionality to load `SVG' table. 2019-08-05 22:48:16 +05:00