summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-05-14 05:01:46 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-14 05:01:46 +0000
commitece3741c8051acffafd5250189730389f70474e9 (patch)
tree75a129885f7edaa9730e00f4188a19ccf36b2a95
parent3edbdfc9aaa778f76b6dc97f6ee55d389446e598 (diff)
downloadpango-ece3741c8051acffafd5250189730389f70474e9.tar.gz
Add a FIXME
svn path=/trunk/; revision=2289
-rw-r--r--pango/pango-ot-buffer.c5
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);
}