summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-02 18:49:34 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-01-02 18:49:34 +0000
commite7147f503495aa88299ca597382c4a4584ea268e (patch)
tree01af735f9e717c0184e180da59e9c66c8f493f2b /pango/pango-matrix.h
parentfc46f12754e9035c71da2747be55361ddfcf7635 (diff)
parent1a553ba64c43c13e37d54f1fb20a656ffb2ef067 (diff)
downloadpango-e7147f503495aa88299ca597382c4a4584ea268e.tar.gz
Merge branch 'synthetic-slant' into 'main'
Pass synthetic slant to harfbuzz See merge request GNOME/pango!474
Diffstat (limited to 'pango/pango-matrix.h')
-rw-r--r--pango/pango-matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-matrix.h b/pango/pango-matrix.h
index d4277401..cb53a422 100644
--- a/pango/pango-matrix.h
+++ b/pango/pango-matrix.h
@@ -121,6 +121,8 @@ double pango_matrix_get_font_scale_factor (const PangoMatrix *matrix) G_GNUC_PUR
PANGO_AVAILABLE_IN_1_38
void pango_matrix_get_font_scale_factors (const PangoMatrix *matrix,
double *xscale, double *yscale);
+PANGO_AVAILABLE_IN_1_50
+double pango_matrix_get_slant_ratio (const PangoMatrix *matrix) G_GNUC_PURE;
G_END_DECLS