summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-03-29 17:13:42 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-03-29 17:13:42 -0400
commit3ca16ae22be9c1012651f5fdd775f75f5e887033 (patch)
tree753c0bd0da194088797d50feb0ca70abde9f1a49 /pango
parent5f32f21772954f40d337a1e60299be47fc8be572 (diff)
downloadpango-3ca16ae22be9c1012651f5fdd775f75f5e887033.tar.gz
Disable use of HB Device tables
There's cleanup needed in the Device code. The scale stuff is pretty bogus right now.
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-ot-info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 9c74f917..4216611a 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -578,10 +578,12 @@ _pango_ot_info_position (const PangoOTInfo *info,
hb_font_set_scale (hb_font,
info->face->size->metrics.x_scale,
info->face->size->metrics.y_scale);
+ /*
is_hinted = buffer->font->is_hinted;
hb_font_set_ppem (hb_font,
is_hinted ? info->face->size->metrics.x_ppem : 0,
is_hinted ? info->face->size->metrics.y_ppem : 0);
+ */
for (i = 0; i < ruleset->rules->len; i++)
{