Al-Qurtas-Islamic-bank-The-.../src/cff
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
cff.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffcmap.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffcmap.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffdrivr.c Make `glyph_name' parameter to `FT_Get_Name_Index' a `const'. 2019-04-06 06:38:16 +02:00
cffdrivr.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cfferrs.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffgload.c Adds the functionality to load SVG documents. 2019-08-10 16:11:07 +05:00
cffgload.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffload.c Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffload.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffobjs.c [type1,type42] Use `const' for string literals. 2019-06-10 23:09:49 -04:00
cffobjs.h Update all copyright notices. 2019-02-23 10:07:09 +01:00
cffparse.c [cff] Fix boundary checks. 2019-03-31 11:08:49 +01:00
cffparse.h [cff] Fix boundary checks. 2019-03-31 11:08:49 +01:00
cfftoken.h 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