diff options
author | culler <culler> | 2019-11-04 16:21:40 (GMT) |
---|---|---|
committer | culler <culler> | 2019-11-04 16:21:40 (GMT) |
commit | 36766607d76fdb1ffc103c4f6e0f0527a7e840bd (patch) | |
tree | bfb5653a1f0dbedbb89024d814dea435296bc3e4 | |
parent | d6ff843f2a143394e4c24f8502d9b1fdc17e6ebb (diff) | |
download | tk-36766607d76fdb1ffc103c4f6e0f0527a7e840bd.zip tk-36766607d76fdb1ffc103c4f6e0f0527a7e840bd.tar.gz tk-36766607d76fdb1ffc103c4f6e0f0527a7e840bd.tar.bz2 |
Edit a comment.
-rw-r--r-- | macosx/tkMacOSXFont.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index bc1edff..d6429ed 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -396,9 +396,9 @@ TkpFontPkgInit( TkInitFontAttributes(&fa); #if 0 /* - * In macOS 10.15.1 a bug was introduced which caused the call below to - * return a font with the invalid familyName ".SF NS Mono" instead of the - * valid familyName "NS Mono". Calling [NSFont userFixedPitchFontOfSize:11] + * In macOS 10.15.1 Apple introduced a bug which caused the call below to + * return a font with the invalid familyName ".SF NSMono" instead of the + * valid familyName "NSMono". Calling [NSFont userFixedPitchFontOfSize:11] * returns a font in the "Menlo" family which has a valid familyName. */ nsFont = (NSFont*) CTFontCreateUIFontForLanguage(fixedPitch, 11, NULL); |