summaryrefslogtreecommitdiff
path: root/pango/pango-ot-info.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-10 20:05:16 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-10 20:05:16 -0400
commita6abd02a45946959a4f3c64fb25cb84d83913e2a (patch)
tree3f218c485fecfa74d498242a1e65e64472f207c5 /pango/pango-ot-info.c
parent0934f1596280945c07c733cdc81acb3275835a53 (diff)
downloadpango-a6abd02a45946959a4f3c64fb25cb84d83913e2a.tar.gz
[HB] Start adding Unicode funcs
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r--pango/pango-ot-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index b6a211b0..9dd34ff2 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -542,7 +542,7 @@ _pango_ot_info_position (const PangoOTInfo *info,
hb_buffer_clear_positions (buffer->buffer);
/* XXX reuse hb_font */
- hb_font = hb_font_create (info->hb_face);
+ hb_font = hb_font_create ();
hb_font_set_scale (hb_font,
info->face->size->metrics.x_scale,
info->face->size->metrics.y_scale);