summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-08-02 14:30:42 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-08-02 14:30:42 +0000
commitbcf10a1085bdf9344e513785c1082f9b82278619 (patch)
tree8060bace8d1366f4fa92a9bae98f84d6893156d3 /ChangeLog.pre-1-6
parent537660728317118a8c2bd1940b2607ccf0f036ba (diff)
downloadpango-bcf10a1085bdf9344e513785c1082f9b82278619.tar.gz
Add API to kern a complete glyph string. Remove API to kern individual
Sat Aug 2 16:40:19 2003 Soeren Sandmann <sandmann@daimi.au.dk> Add API to kern a complete glyph string. Remove API to kern individual glyph pairs. * modules/basic/basic-fc.c (basic_engine_shape): use pango_fc_font_kern_glyphs() instead of pango_fc_font_get_kerning(). * pango/pangoft2.c (pango_ft2_font_real_kern_glyphs): add this function, remove pango_ft2_font_real_get_kerning(). * pango/pangoxft-font.c (pango_xft_font_real_kern_glyphs): add this function, remove pango_xft_font_real_get_kerning(). * pango/pangofc-font.c (pango_fc_font_kern_glyphs): new function. Remove pango_fc_font_get_kerning(). * pango/pangofc-font.h: remove pango_fc_font_get_kerning(), add pango_fc_font_kern_glyphs().
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-620
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 32b4ca64..c2980f89 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,23 @@
+Sat Aug 2 16:40:19 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ Add API to kern a complete glyph string. Remove API to kern
+ individual glyph pairs.
+
+ * modules/basic/basic-fc.c (basic_engine_shape): use
+ pango_fc_font_kern_glyphs() instead of pango_fc_font_get_kerning().
+
+ * pango/pangoft2.c (pango_ft2_font_real_kern_glyphs): add this
+ function, remove pango_ft2_font_real_get_kerning().
+
+ * pango/pangoxft-font.c (pango_xft_font_real_kern_glyphs): add
+ this function, remove pango_xft_font_real_get_kerning().
+
+ * pango/pangofc-font.c (pango_fc_font_kern_glyphs): new
+ function. Remove pango_fc_font_get_kerning().
+
+ * pango/pangofc-font.h: remove pango_fc_font_get_kerning(), add
+ pango_fc_font_kern_glyphs().
+
Tue Jul 29 09:58:13 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgdef.c (Check_Property): Rewrite