Al-Qurtas-Islamic-bank-The-.../src/truetype
Moazin Khatti ce64d9cbf1 Adds the functionality to load SVG documents.
SVG document corresponding to a glyphID is fetched and stored
in an `FT_SVG_Document' structure which is referenced in the
glyphslot.

* include/freetype/config/ftheader.h: Adds `FT_OTSVG_H'.

* include/freetype/ftimage.h: Adds `FT_GLYPH_FORMAT_SVG'.

* include/freetype/internal/ftobjs.h: Adds `FT_GLYPH_OWN_GZIP_SVG'.

* include/freetype/internal/sfnt.h: Adds `load_svg_doc' and its
function type `TT_Load_Svg_Doc_Func'.

* include/freetype/otsvg.h: Adds `FT_SVG_Document' and its struct.

* src/base/ftobjs.c: Adds code to allocate and free memory for
`FT_SVG_Document' in `slot->other'.

* src/cff/cffgload.c: Adds code to load SVG glyph if it's present.

* src/truetype/ttgload.c: Ditto.

* src/sfnt/sfdriver.c: Adds `tt_face_load_svg_doc'.

* src/sfnt/ttsvg.h: Ditto.

* src/sfnt/ttsvg.c: Adds implementation of `tt_face_load_svg_doc'
and its helper functions.
2019-08-10 16:11:07 +05:00
..
Jamfile Update all copyright notices. 2019-02-23 10:07:09 +01:00
module.mk Update all copyright notices. 2019-02-23 10:07:09 +01:00
rules.mk Update all copyright notices. 2019-02-23 10:07:09 +01:00
truetype.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttdriver.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttdriver.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
tterrors.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttgload.c Adds the functionality to load SVG documents. 2019-08-10 16:11:07 +05:00
ttgload.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttgxvar.c [truetype] Fix 32bit builds (#56404). 2019-05-29 08:08:53 +02:00
ttgxvar.h [truetype] Increase precision of font variation (#54371). 2019-05-11 10:01:57 +02:00
ttinterp.c src/truetype/ttinterp.c: Give order of operations for some instructions. 2019-05-21 11:23:36 +02:00
ttinterp.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttobjs.c * src/truetype/ttobjs.c (tt_check_trickyness_family): Add `const'. 2019-06-11 21:43:47 -04:00
ttobjs.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttpload.c [truetype] Use 26.6 format for storing unscaled CVT values. 2019-05-16 12:15:54 +02:00
ttpload.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttsubpix.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
ttsubpix.h Update all copyright notices. 2019-02-23 10:07:09 +01:00