summaryrefslogtreecommitdiff
path: root/modules/indic/indic-fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indic/indic-fc.c')
-rw-r--r--modules/indic/indic-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indic/indic-fc.c b/modules/indic/indic-fc.c
index 4cfcf7ae..021d3ef8 100644
--- a/modules/indic/indic-fc.c
+++ b/modules/indic/indic-fc.c
@@ -278,7 +278,7 @@ set_glyphs (PangoFont *font,
glyph = pango_fc_font_get_glyph (fc_font, wcs[i]);
if (!glyph)
- glyph = pango_fc_font_get_unknown_glyph (fc_font, wcs[i]);
+ glyph = PANGO_GET_UNKNOWN_GLYPH ( wcs[i]);
}
pango_ot_buffer_add_glyph (buffer, glyph, tags[i], i);
}