summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Instead of individual properties. Just use one thathooks-via-module-propertyMoazin Khatti2019-07-183-37/+18
* Use `FT_Property_Set' to set the hooks. One less API function.Moazin Khatti2019-07-173-135/+81
* Public interface should remain same whetherMoazin Khatti2019-07-176-10/+15
* Added `FT_CONFIG_OPTION_SVG'.Moazin Khatti2019-07-1713-22/+80
* Documentation formatting improvement.Moazin Khatti2019-07-114-39/+36
* Better naming used.Moazin Khatti2019-07-117-67/+68
* Forgot an `else', fix that.Moazin Khatti2019-07-111-0/+1
* Memory allocation for `state' of renderer should be performedMoazin Khatti2019-07-114-42/+9
* Remove unnecessary code from `FT_Render_Glyph_Internal'.Moazin Khatti2019-07-111-9/+5
* Let FT handle the memory management for rendering port's stateMoazin Khatti2019-07-115-35/+126
* Store the rendering port's state in library.Moazin Khatti2019-07-114-14/+41
* Minor fixes.Moazin Khatti2019-07-1115-36/+49
* Add `start_glyph_id' and `end_glyph_id'.Moazin Khatti2019-07-114-2/+38
* Add a `units_per_EM' field.Moazin Khatti2019-07-114-0/+34
* Do proper memory freeing to prevent leaks.Moazin Khatti2019-07-114-4/+28
* Minor. Add documentation.Moazin Khatti2019-07-112-0/+5
* * src/sfnt/ttsvg.c (tt_face_load_svg_doc): Minor fix. Don't returnMoazin Khatti2019-07-111-1/+0
* Properly free memory of SVG document referenced in `slot->other'.Moazin Khatti2019-07-113-5/+24
* Enable FreeType memory debugger.Moazin Khatti2019-07-111-1/+1
* [cache] Consider `FT_GLYPH_FORMAT_SVG' a valid format.Moazin Khatti2019-07-111-1/+2
* Minor changes.Moazin Khatti2019-07-112-2/+11
* Adds support for SVG glyphs to Glyph Management API.Moazin Khatti2019-07-112-0/+202
* Make sure `FT_Set_Svg_Hooks' is exported properly.Moazin Khatti2019-07-111-1/+1
* Adds size information to `FT_SVG_DocumentRec'.Moazin Khatti2019-07-111-2/+3
* [ot-svg] Create an SVG Document structure for use in `other' fieldMoazin Khatti2019-07-114-11/+68
* Removes trailing white spaces.Moazin Khatti2019-07-115-19/+19
* Reverts the changes made in the structure of `TT_GlyphSlot'Moazin Khatti2019-07-115-98/+51
* [ot-svg] Silly mistake fix.Moazin Khatti2019-07-113-12/+9
* Minor. Better documentation. Adds TODOs for letter.Moazin Khatti2019-07-117-31/+82
* [ot-svg] Creates hooks mechanism in SVG Renderer.Moazin Khatti2019-07-115-11/+217
* Barebones of an SVG rendering module and making it part of the build systemMoazin Khatti2019-07-119-1/+282
* Support OT-SVG fonts with CFF outlinesMoazin Khatti2019-07-113-18/+26
* Very crude way to handle SVG data with only TTF outlined OT fonts. Gonna reve...Moazin Khatti2019-07-117-52/+202
* Added FT_GLYPH_FORMAT_SVGMoazin Khatti2019-07-111-1/+7
* Created Svg type and the load/free funcs inside sfnt interfaceMoazin Khatti2019-07-117-3/+178
* Added the SVG tagMoazin Khatti2019-07-111-0/+1
* turned on trace mode and added tags file in gitignoreMoazin Khatti2019-07-112-1/+2
* [psaux] (2/2) Handle fonts that use SEAC for ligatures (#56580).Werner Lemberg2019-07-042-6/+23
* [psaux] (1/2) Handle fonts that use SEAC for ligatures (#56580).Chris Liddell2019-07-042-6/+37
* * Version 2.10.1 released.VER-2-10-1Werner Lemberg2019-07-0120-156/+194
* * src/bdf/bdfdrivr.c (bdf_cmap_char_{index,next}): Fix inequality.Alexei Podtelezhnikov2019-06-262-2/+8
* Doc polishing.Alexei Podtelezhnikov2019-06-223-6/+7
* Minor.Alexei Podtelezhnikov2019-06-191-1/+1
* docs/CHANGES: Updated.Werner Lemberg2019-06-191-0/+5
* * src/tools/apinames.c: Formatting, minor edits.Werner Lemberg2019-06-162-204/+241
* [autofit] Disable hinting if no blue zones are available (#56450).Werner Lemberg2019-06-163-7/+64
* Towards better VMS support.Werner Lemberg2019-06-165-2/+40
* * src/autofit/aflatin.c (af_latin_metrics_init_widths): Minor.Werner Lemberg2019-06-132-0/+8
* Add memory access macro summary.Werner Lemberg2019-06-131-0/+11
* [smooth] Restore the span buffering for direct mode only.Alexei Podtelezhnikov2019-06-132-6/+39