diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-14 05:01:46 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-14 05:01:46 +0000 |
commit | ece3741c8051acffafd5250189730389f70474e9 (patch) | |
tree | 75a129885f7edaa9730e00f4188a19ccf36b2a95 /pango/pango-ot-buffer.c | |
parent | 3edbdfc9aaa778f76b6dc97f6ee55d389446e598 (diff) | |
download | pango-ece3741c8051acffafd5250189730389f70474e9.tar.gz |
Add a FIXME
svn path=/trunk/; revision=2289
Diffstat (limited to 'pango/pango-ot-buffer.c')
-rw-r--r-- | pango/pango-ot-buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pango/pango-ot-buffer.c b/pango/pango-ot-buffer.c index 8804ebd8..f84c4cd3 100644 --- a/pango/pango-ot-buffer.c +++ b/pango/pango-ot-buffer.c @@ -371,7 +371,10 @@ pango_ot_buffer_output (const PangoOTBuffer *buffer, apply_gpos_ltr (glyphs, buffer->buffer->positions, buffer->font->is_hinted); } else - pango_fc_font_kern_glyphs (buffer->font, glyphs); + { + /* FIXME we should only do this if the 'kern' feature was requested */ + pango_fc_font_kern_glyphs (buffer->font, glyphs); + } pango_fc_font_unlock_face (buffer->font); } |