diff options
author | das <das> | 2008-08-19 00:19:10 (GMT) |
---|---|---|
committer | das <das> | 2008-08-19 00:19:10 (GMT) |
commit | c1764107397069155a945b26c24fd27025fd692d (patch) | |
tree | 2120575ad1c803f2a7750de267dd2b64e6bca026 /macosx/tkMacOSXFont.c | |
parent | 94e26e1903a1a69a24065df84ba800cb8bcf42bb (diff) | |
download | tk-c1764107397069155a945b26c24fd27025fd692d.zip tk-c1764107397069155a945b26c24fd27025fd692d.tar.gz tk-c1764107397069155a945b26c24fd27025fd692d.tar.bz2 |
typo
Diffstat (limited to 'macosx/tkMacOSXFont.c')
-rw-r--r-- | macosx/tkMacOSXFont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index 5be4f8d..7a7cfc8 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -35,7 +35,7 @@ * that such fonts can not be used for controls, because controls * definitely require a family id (this assertion needs testing). * - * RCS: @(#) $Id: tkMacOSXFont.c,v 1.37.2.2 2008/08/19 00:17:48 das Exp $ + * RCS: @(#) $Id: tkMacOSXFont.c,v 1.37.2.3 2008/08/19 00:19:10 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -1669,7 +1669,7 @@ SetFontFeatures( fixed_featureSelectors); if (size <= 10) { /* - * Disable antialiasing of fixed fonts with sizes <= 10 + * Disable antialiasing of fixed-width fonts with sizes <= 10 */ const ATSStyleRenderingOptions options = kATSStyleNoAntiAliasing; |