diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-08-23 20:42:03 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-08-23 23:15:24 -0400 |
commit | 6d6c556e9c725a4a69a94dbe045463ea4b855e4a (patch) | |
tree | 36d1398557a7baad27a1ff9ebc184303b961afe5 /pango/pangofc-font.c | |
parent | ebec5460f452115e9551761b60ae389dacc46185 (diff) | |
download | pango-6d6c556e9c725a4a69a94dbe045463ea4b855e4a.tar.gz |
Deprecate pango-ot.h
Still needs document Deprecated tags to be done.
Soon to add pango-hb.h
Diffstat (limited to 'pango/pangofc-font.c')
-rw-r--r-- | pango/pangofc-font.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c index b5a776cb..7dcb64a9 100644 --- a/pango/pangofc-font.c +++ b/pango/pangofc-font.c @@ -821,8 +821,6 @@ pango_fc_font_kern_glyphs (PangoFcFont *font, return; } - /* This is a kludge, and dupped in pango_ot_buffer_output(). - * Should move the scale factor to PangoFcFont layer. */ key = _pango_fc_font_get_font_key (font); if (key) { const PangoMatrix *matrix = pango_fc_font_key_get_matrix (key); |