freetype2/src
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
..
autofit [autofit] Disable hinting if no blue zones are available (#56450). 2019-06-16 15:33:32 +02:00
base * src/base/ftbbox.c (cubic_peak): Sanitize left shift (#56586). 2019-07-23 22:38:30 -04:00
bdf * src/bdf/bdfdrivr.c (bdf_cmap_char_{index,next}): Fix inequality. 2019-06-26 20:18:00 -04:00
bzip2 Update all copyright notices. 2019-02-23 10:07:09 +01:00
cache Various clang 8.0 static analyzer fixes. 2019-05-04 08:13:22 +02:00
cff [type1,type42] Use `const' for string literals. 2019-06-10 23:09:49 -04:00
cid * src/cid/cidload.c (cid_hex_to_binary): Fix typo (#56653). 2019-07-22 09:49:22 +02:00
gxvalid Update all copyright notices. 2019-02-23 10:07:09 +01:00
gzip * Version 2.10.1 released. 2019-07-01 15:56:34 +02:00
lzw Update all copyright notices. 2019-02-23 10:07:09 +01:00
otvalid Update all copyright notices. 2019-02-23 10:07:09 +01:00
pcf [bdf,pcf] Use `const' for string literals. 2019-06-10 22:27:39 -04:00
pfr Various clang 8.0 static analyzer fixes. 2019-05-04 08:13:22 +02:00
psaux [psaux] (2/2) Handle fonts that use SEAC for ligatures (#56580). 2019-07-04 14:28:04 +02:00
pshinter Update all copyright notices. 2019-02-23 10:07:09 +01:00
psnames Update all copyright notices. 2019-02-23 10:07:09 +01:00
raster * src/raster/ftraster.c (Draw_Sweep): Unbreak. 2019-05-07 19:07:11 -04:00
sfnt [sfnt] Adds the functionality to load `SVG' table. 2019-08-05 22:48:16 +05:00
smooth [smooth] Restore the span buffering for direct mode only. 2019-06-13 00:17:36 -04:00
tools * src/tools/apinames.c: Formatting, minor edits. 2019-06-16 16:04:12 +02:00
truetype Properly handle phantom points for variation fonts (#56601). 2019-07-12 10:48:10 +02:00
type1 [type1,type42] Use `const' for string literals. 2019-06-10 23:09:49 -04:00
type42 [type1,type42] Use `const' for string literals. 2019-06-10 23:09:49 -04:00
winfonts [sfnt, winfonts] Avoid memory leaks in case of error (#56587). 2019-07-12 11:36:12 +02:00
Jamfile Update all copyright notices. 2019-02-23 10:07:09 +01:00