summaryrefslogtreecommitdiff
path: root/pango/pangocairo-font.c
Commit message (Expand)AuthorAgeFilesLines
* cairo: Don't mis-scale metricsfix-underline-scaleMatthias Clasen2023-02-201-29/+0
* Make missing space smallersmaller-spaceMatthias Clasen2021-12-221-1/+1
* Use a better size for missing spaceMatthias Clasen2021-12-211-39/+4
* cairo: Work harder to measure spacemore-space-tweaksMatthias Clasen2021-12-171-3/+21
* Calculate hinted font height based on the hinted extentsSebastian Keller2021-11-221-2/+2
* Introduce and use FLOOR and CEIL macros in Pango unitsSebastian Keller2021-11-221-4/+4
* Make logical glyph extents betterMatthias Clasen2021-10-311-0/+2
* cairo: Small fixupglyph-extents-fixesMatthias Clasen2021-10-301-1/+1
* Use harfbuzz metrics for cairo fontsMatthias Clasen2021-10-301-14/+37
* cairo: Produce meaningful logical glyph extentsMatthias Clasen2021-10-301-11/+28
* Revert "Use harfbuzz metrics for cairo fonts"Matthias Clasen2021-10-271-22/+21
* Use harfbuzz metrics for cairo fontsMatthias Clasen2021-10-191-21/+22
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-2/+2
* docs: Port PangoCairo apis to the new doc formatMatthias Clasen2021-03-111-7/+7
* Fix some annotationsRico Tzschichholz2020-06-081-1/+1
* Revert "Drop cairo metrics implementation"Khaled Hosny2019-08-141-0/+194
* Drop cairo metrics implementationMatthias Clasen2019-08-121-194/+0
* cairo: Render visible space differentlyMatthias Clasen2019-07-251-3/+3
* cairo: Better hex boxes for ignorablesMatthias Clasen2019-07-251-3/+12
* cairo: Give missing spaces a better widthMatthias Clasen2019-07-071-0/+46
* Remove an unused labelMatthias Clasen2019-07-061-1/+0
* Add line height to font metricsMatthias Clasen2019-07-051-14/+24
* Header cleanupMatthias Clasen2019-07-041-0/+1
* Add assertions to guard against division by zero on sample text pathsPhilip Withnall2017-02-141-1/+4
* Bug 695163 - pangocairo hexboxes don't take actual font size into accountBehdad Esfahbod2015-04-301-5/+12
* Add many missing nullability annotations.Evan Nemerson2014-10-161-1/+1
* Bug 686512 - pango_cairo_font_get_scaled_font failed under wineBehdad Esfahbod2012-12-091-0/+2
* More churnBehdad Esfahbod2012-08-281-2/+2
* Bug 652841 - Various pieces of dead code found by gcc/clang static analyzerBehdad Esfahbod2011-06-171-2/+2
* Use G_DEFINE_INTERFACE in PangoCairoFontJavier Jardón2011-04-301-28/+6
* Bug 636348 - Hex boxes are incorrectly scaled with non identity cairo scaleBehdad Esfahbod2010-12-281-0/+2
* [cairo] Scale font metrics to user spaceBehdad Esfahbod2010-05-041-2/+35
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-1/+47
* TypoBehdad Esfahbod2009-10-051-1/+1
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-2/+2
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-5/+2
* Add more debug info if creating scaled font failed.Behdad Esfahbod2008-12-061-0/+13
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-281-0/+4
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-2/+15
* Make the following API public:Behdad Esfahbod2008-08-061-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 474706 – cairo hexbox looks uglyBehdad Esfahbod2008-04-211-3/+4
* Minor reordering to make debugging easier.Behdad Esfahbod2008-01-251-2/+3
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-14/+12
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-081-0/+2
* Part of Bug 347236 – provide pango_cairo_font_get_scaled_fontBehdad Esfahbod2007-07-211-2/+2
* Check for NULL before dereferencing. Patch from Keith Packard.Behdad Esfahbod2007-06-141-2/+5
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-111-5/+17
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-67/+439