summaryrefslogtreecommitdiff
path: root/pango/pangocairo-coretextfont.c
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2019-08-14 18:15:34 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2019-08-14 18:16:27 +0200
commit1fe467589cbd6b407eabe6fbb8a8b2cd4beedc1b (patch)
tree956b910a7e3dc5f4a7494073e7d65e5ce8e2a980 /pango/pangocairo-coretextfont.c
parentcb3e2aafeb090fd17f0fdfba23d0e4228e76167c (diff)
downloadpango-1fe467589cbd6b407eabe6fbb8a8b2cd4beedc1b.tar.gz
Revert "Drop cairo metrics implementation"
This reverts commit c5d86c368128bb9a0be913829da79649fb81f486. Closes #409
Diffstat (limited to 'pango/pangocairo-coretextfont.c')
-rw-r--r--pango/pangocairo-coretextfont.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangocairo-coretextfont.c b/pango/pangocairo-coretextfont.c
index 165e0924..fa9f383a 100644
--- a/pango/pangocairo-coretextfont.c
+++ b/pango/pangocairo-coretextfont.c
@@ -156,6 +156,7 @@ pango_cairo_core_text_font_class_init (PangoCairoCoreTextFontClass *class)
object_class->finalize = pango_cairo_core_text_font_finalize;
/* font_class->describe defined by parent class PangoCoreTextFont. */
font_class->get_glyph_extents = pango_cairo_core_text_font_get_glyph_extents;
+ font_class->get_metrics = _pango_cairo_font_get_metrics;
font_class->describe_absolute = pango_cairo_core_text_font_describe_absolute;
}