diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-10 17:42:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-10 17:42:50 (GMT) |
commit | 49df46a2bf9d2a9e8254aab31eeafa5f957d4dcf (patch) | |
tree | cc55f4b952ce33eb8e00878156d1e2cb2f2f367d /ChangeLog | |
parent | ba31530899c4dd81a94eef9d7b3b8c000fa7e869 (diff) | |
download | tk-49df46a2bf9d2a9e8254aab31eeafa5f957d4dcf.zip tk-49df46a2bf9d2a9e8254aab31eeafa5f957d4dcf.tar.gz tk-49df46a2bf9d2a9e8254aab31eeafa5f957d4dcf.tar.bz2 |
[Bug 1961455]: Draw underlines and overstrikes when using Xft.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-10-10 Donal K. Fellows <dkf@users.sf.net> + + * unix/tkUnixRFont.c (InitFont, TkpGetFontFromAttributes) + (Tk_DrawChars, TkpDrawAngledChars): [Bug 1961455]: Draw underlines and + overstrikes when using Xft for font rendering. + + * generic/tkFont.c (TkDrawAngledTextLayout): Optimize the zero-angle + case better. + 2009-10-08 Donal K. Fellows <dkf@users.sf.net> * library/iconlist.tcl (Create): [Patch 2870648]: Corrected cursor |