Commits on Source (10)
-
Matthias Clasen authored
When we create a PangoFcFont from an FcPattern, we know that the pattern will live as long as the font and the font description we create at the same time. So there is no need to copy the strings we get out of the pattern.
-
Matthias Clasen authored
Add a private pango_font_get_variant, and implement it for PangoFcFont. This will let us avoid many pointless font description copies.
-
Matthias Clasen authored
This avoids the unnecessary copy of the fonts font description, just to extract the variant.
-
Matthias Clasen authored
fc: Avoid extra copies of family names See merge request GNOME/pango!636
-
Matthias Clasen authored
We were using the font metrics height, which is scaled by the ctm, so we need to take the font scale factors into account here. Fixes: #691
-
Matthias Clasen authored
layout: Fix line height computations Closes #691 See merge request GNOME/pango!637
-
Pierre Labastie authored
-
Matthias Clasen authored
Fix meson summary for Introspection See merge request GNOME/pango!638
-
Matthias Clasen authored
-
Jeremy Bícha authored
Showing
- NEWS 5 additions, 0 deletionsNEWS
- meson.build 2 additions, 2 deletionsmeson.build
- pango/itemize.c 2 additions, 9 deletionspango/itemize.c
- pango/pango-font-private.h 22 additions, 0 deletionspango/pango-font-private.h
- pango/pango-layout.c 7 additions, 2 deletionspango/pango-layout.c
- pango/pangofc-font.c 25 additions, 15 deletionspango/pangofc-font.c
- pango/pangofc-fontmap-private.h 3 additions, 0 deletionspango/pangofc-fontmap-private.h
- pango/pangofc-fontmap.c 19 additions, 6 deletionspango/pangofc-fontmap.c
- subprojects/gi-docgen/gidocgen/templates/basic/class.html 4 additions, 10 deletionssubprojects/gi-docgen/gidocgen/templates/basic/class.html
- subprojects/gi-docgen/gidocgen/templates/basic/class_method.html 9 additions, 3 deletions...ects/gi-docgen/gidocgen/templates/basic/class_method.html
- subprojects/gi-docgen/gidocgen/templates/basic/ctor.html 9 additions, 3 deletionssubprojects/gi-docgen/gidocgen/templates/basic/ctor.html
- subprojects/gi-docgen/gidocgen/templates/basic/function.html 9 additions, 3 deletionssubprojects/gi-docgen/gidocgen/templates/basic/function.html
- subprojects/gi-docgen/gidocgen/templates/basic/method.html 9 additions, 3 deletionssubprojects/gi-docgen/gidocgen/templates/basic/method.html
- subprojects/gi-docgen/gidocgen/templates/basic/signal.html 9 additions, 3 deletionssubprojects/gi-docgen/gidocgen/templates/basic/signal.html
- subprojects/gi-docgen/gidocgen/templates/basic/struct.html 4 additions, 6 deletionssubprojects/gi-docgen/gidocgen/templates/basic/struct.html
- subprojects/gi-docgen/gidocgen/templates/basic/style.css 14 additions, 28 deletionssubprojects/gi-docgen/gidocgen/templates/basic/style.css
- subprojects/gi-docgen/gidocgen/templates/basic/type_func.html 11 additions, 5 deletions...rojects/gi-docgen/gidocgen/templates/basic/type_func.html
- subprojects/gi-docgen/gidocgen/templates/basic/vfunc.html 9 additions, 3 deletionssubprojects/gi-docgen/gidocgen/templates/basic/vfunc.html