summaryrefslogtreecommitdiff
path: root/pango/pangocairo-coretextfontmap.c
diff options
context:
space:
mode:
authorJohn Ralls <jralls@ceridwen.us>2012-08-22 09:38:47 -0700
committerJohn Ralls <jralls@ceridwen.us>2012-08-22 09:38:47 -0700
commit1b81931936c65774dce13864f632f0630325bace (patch)
treeaec19a5928ae0dc1bbd42464fa54eaa54ca049e3 /pango/pangocairo-coretextfontmap.c
parent42e01e32cd8ac070883f3456c65024019f1f73ac (diff)
downloadpango-1b81931936c65774dce13864f632f0630325bace.tar.gz
Still more atsui removal
CoreText works now!
Diffstat (limited to 'pango/pangocairo-coretextfontmap.c')
-rw-r--r--pango/pangocairo-coretextfontmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-coretextfontmap.c b/pango/pangocairo-coretextfontmap.c
index 107c8289..40c04408 100644
--- a/pango/pangocairo-coretextfontmap.c
+++ b/pango/pangocairo-coretextfontmap.c
@@ -57,7 +57,7 @@ pango_cairo_core_text_font_map_get_font_type (PangoCairoFontMap *cfontmap)
/* This is a bit misleading, but Cairo takes a CoreGraphics font
* for rendering and does not use ATSUI.
*/
- return CAIRO_FONT_TYPE_ATSUI;
+ return CAIRO_FONT_TYPE_QUARTZ;
}
static void