summaryrefslogtreecommitdiff
path: root/src/sfnt
Commit message (Expand)AuthorAgeFilesLines
* Minor doc and styling improvements.Moazin Khatti2019-08-262-12/+14
* [sfnt,svg] Fix includes to allow a `multi' build.Moazin Khatti2019-08-263-0/+5
* Adds transform support for OT-SVG glyphs.Moazin Khatti2019-08-261-0/+7
* Minor name change.Moazin Khatti2019-08-261-1/+1
* Minor. Fixes a silly mistake.Moazin Khatti2019-08-261-1/+1
* Fix TODOs.Moazin Khatti2019-08-261-10/+8
* Makes some helper functions `static'.Moazin Khatti2019-08-262-5/+5
* No need to call `FT_Load_Glyph' with `XX_NO_SCALE'.Moazin Khatti2019-08-261-4/+0
* Revert "Performs basic checks to see if SVG data is valid or not."Moazin Khatti2019-08-261-36/+2
* Performs basic checks to see if SVG data is valid or not.Moazin Khatti2019-08-261-2/+36
* Tracing implemented for OT-SVG code.Moazin Khatti2019-08-261-0/+27
* Remove the TODO since I have implemented binary search.Moazin Khatti2019-08-261-4/+0
* Remove the unused variable.Moazin Khatti2019-08-261-1/+0
* Implement binary search for SVG Document Lookup.Moazin Khatti2019-08-261-14/+52
* Created `Svg_doc' private struct.Moazin Khatti2019-08-261-16/+40
* Added `FT_CONFIG_OPTION_SVG'.Moazin Khatti2019-08-263-16/+31
* Better naming used.Moazin Khatti2019-08-171-1/+1
* Minor fixes.Moazin Khatti2019-08-173-8/+11
* Add `start_glyph_id' and `end_glyph_id'.Moazin Khatti2019-08-171-2/+13
* Add a `units_per_EM' field.Moazin Khatti2019-08-171-0/+1
* Do proper memory freeing to prevent leaks.Moazin Khatti2019-08-171-1/+2
* * src/sfnt/ttsvg.c (tt_face_load_svg_doc): Minor fix. Don't returnMoazin Khatti2019-08-171-1/+0
* Properly free memory of SVG document referenced in `slot->other'.Moazin Khatti2019-08-171-4/+3
* Minor changes.Moazin Khatti2019-08-171-0/+4
* [ot-svg] Create an SVG Document structure for use in `other' fieldMoazin Khatti2019-08-171-11/+17
* Removes trailing white spaces.Moazin Khatti2019-08-171-1/+1
* Minor. Better documentation. Adds TODOs for letter.Moazin Khatti2019-08-172-14/+22
* Very crude way to handle SVG data with only TTF outlined OT fonts. Gonna reve...Moazin Khatti2019-08-173-3/+117
* Created Svg type and the load/free funcs inside sfnt interfaceMoazin Khatti2019-08-175-1/+167
* [sfnt, winfonts] Avoid memory leaks in case of error (#56587).Werner Lemberg2019-07-121-3/+7
* [sfnt] Separate WOFF sources and headers.Nikhil Ramakrishnan2019-05-305-398/+478
* Silence gcc 7's fall-through warnings in `switch' blocks.Werner Lemberg2019-05-291-0/+14
* * src/sfnt/sfobjs.h: Minor.Nikhil Ramakrishnan2019-05-251-1/+1
* Various clang 8.0 static analyzer fixes.Werner Lemberg2019-05-041-2/+4
* * src/sfnt/ttcmap.c (tt_cmap12_next): Remove dead code.Werner Lemberg2019-04-231-3/+0
* * src/sfnt/ttcmap.c (tt_get_glyph_name): Pacify compiler (#56061).Werner Lemberg2019-04-061-1/+1
* Make `glyph_name' parameter to `FT_Get_Name_Index' a `const'.Antony Lee2019-04-061-2/+2
* Update all copyright notices.Werner Lemberg2019-02-2330-30/+30
* [sfnt] Use typo metrics if OS/2 fsSelection USE_TYPO_METRICS bit is set.Nikolaus Waxweiler2019-02-021-50/+64
* Update copyright years.Werner Lemberg2019-01-2230-30/+30
* [sfnt] Handle TT fonts having two PostScript font names (#55471).John Tytgat2019-01-181-2/+2
* [sfnt] Make `head' timestamps unsigned.Alexei Podtelezhnikov2018-10-261-4/+4
* A missing Unicode cmap is not a fatal error.Werner Lemberg2018-10-071-1/+2
* Fix handling of FT_CONFIG_OPTION_ADOBE_GLYPH_LIST (#54794).Werner Lemberg2018-10-071-0/+3
* [sfnt] Comment fix.Werner Lemberg2018-09-151-6/+1
* * src/sfnt/sfdriver.c (sfnt_get_var_ps_name): Fix last commit.Werner Lemberg2018-09-131-1/+8
* * src/sfnt/sfdriver.c (sfnt_get_var_ps_name): Check `result'.Werner Lemberg2018-09-131-1/+1
* [sfnt] Better PS name handling (#54629).John Tytgat2018-09-121-44/+41
* [sfnt] Comment improvement.Werner Lemberg2018-09-091-1/+6
* */*: s/PSNames/psnames/.Werner Lemberg2018-09-031-3/+3