diff options
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-04-10 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> + + * macosx/tkMacOSXFont.c (MeasureStringWidth): Use implementation + based on ATSUGetGlyphBounds (TK_MAC_USE_GETGLYPHBOUNDS), so we can + use kATSUseFractionalOrigins. This in turn corrects bug #1461650. + * (InitFont): Use "." and "W" instead of "i" and "w" to determine the + "-fixed" attribute. This prevents "Apple Chancery" from being + classified as fixed. + * (InitFontFamilies): Only get the font families once. + 2006-04-09 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attribute |