summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluz.paz2019-03-121-1/+1
* ft: Use FT_Done_MM_Var instead of free when available in cairo_ft_apply_varia...Carlos Garcia Campos2019-03-121-0/+4
* [cairo-ft-font.c] conditionalize the changes by 3ec4aa24 on 2018-07-16 for le...suzuki toshiya2019-03-121-0/+10
* [ft] Implement some more color conversion routinesBehdad Esfahbod2018-07-161-7/+15
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-5/+5
* Fix assertion failure in the freetype backendUli Schlachter2018-04-211-2/+2
* bfo#105084 - Initialize memory properly in _cairo_ft_font_face_create_for_pat...Federico Mena Quintero2018-03-081-0/+3
* font: Check return value from _cairo_ft_unscaled_font_lock_faceBryce Harrington2018-01-231-2/+5
* Fix compile with older FreeType without FT_Get_Var_Design_CoordinatesBehdad Esfahbod2018-01-151-0/+4
* Use FT_Done_MM_Var() if availableBehdad Esfahbod2018-01-081-0/+4
* Don't leak memory in font optionsMatthias Clasen2018-01-051-1/+20
* Fix a memory leakMatthias Clasen2018-01-041-0/+1
* [ft] Remember variations set on FT_Face and apply themBehdad Esfahbod2018-01-021-11/+30
* [ft] Fix warningsBehdad Esfahbod2017-12-191-11/+8
* Shortcut FT_Set_Var_Design_CoordinatesMatthias Clasen2017-12-191-0/+14
* [ft] When merging font options, order variations correctlyBehdad Esfahbod2017-12-191-2/+2
* [ft] Use variations from ft_options, not scaled-fontBehdad Esfahbod2017-12-191-2/+2
* fixupMatthias Clasen2017-12-191-1/+2
* fixup: remove a hackMatthias Clasen2017-12-191-2/+0
* Apply font variations when loading glyphsMatthias Clasen2017-12-191-0/+2
* Trivial: code movementMatthias Clasen2017-12-191-74/+74
* Always save the origin face indexMatthias Clasen2017-12-191-2/+3
* Apply font variation options consistentlyMatthias Clasen2017-12-191-3/+3
* [varfonts] Correctly (re)set variations of named instancesBehdad Esfahbod2017-12-191-2/+10
* [varfonts] Use blend, not design, coordinates to check for non-base variationBehdad Esfahbod2017-12-191-3/+3
* [variations] Merge variations in cairo-ft font option mergingBehdad Esfahbod2017-12-191-0/+18
* Work around a freetype bugMatthias Clasen2017-12-191-0/+2
* Apply font variations when loading fontsMatthias Clasen2017-12-191-1/+68
* Load font variations from fontconfig tooMatthias Clasen2017-12-191-0/+8
* ft: prevent unused var warning when freetype < 2.8Adrian Johnson2017-10-161-7/+11
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* [ft] Fix color font loading on big-endian systemsBehdad Esfahbod2017-08-081-0/+9
* Fix color font support infinite-loop with empty glyphsBehdad Esfahbod2017-07-291-11/+6
* Implement has_color_glyphs for freetypeMatthias Clasen2017-07-291-1/+27
* Support loading color glyphs with freetypeMatthias Clasen2017-07-291-10/+34
* subsetting: support variable fontsAdrian Johnson2017-05-281-3/+64
* ft: set font size to em size when retrieving unhinted metricsAdrian Johnson2016-07-051-51/+91
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-1/+4
* Remove debug printf; ouch!Behdad Esfahbod2015-04-231-1/+0
* [ft] Return CAIRO_STATUS_FILE_NOT_FOUND if font file can't be openedBehdad Esfahbod2015-04-211-15/+35
* Fix font x_scale value in _compute_transform()Maks Naumov2014-08-271-1/+1
* Remove some useless declarations found by scan-build, the LLVM/clang static a...Sylvestre Ledru2014-05-061-2/+0
* Revert "[ft] Fix memory bug in copying bitmaps"Behdad Esfahbod2014-03-051-1/+3
* font: Push the last reference dec into the backend->destroy() callbackChris Wilson2013-09-171-10/+8
* Provide backwards compatibilty with old pixmanChris Wilson2013-08-231-2/+4
* [ft] Ensure alignment of bitmaps received from FreeTypeBehdad Esfahbod2013-08-041-0/+9
* [ft] Fix alignmentBehdad Esfahbod2013-08-041-6/+3
* [ft] Add missing includeBehdad Esfahbod2013-07-291-0/+1
* [ft] Fix mathBehdad Esfahbod2013-07-291-7/+2
* Support 2bit and 4bit embedded bitmapsBehdad Esfahbod2013-07-291-1/+51