From 36766607d76fdb1ffc103c4f6e0f0527a7e840bd Mon Sep 17 00:00:00 2001 From: culler Date: Mon, 4 Nov 2019 16:21:40 +0000 Subject: Edit a comment. --- macosx/tkMacOSXFont.c | 6 +++--- 1 file 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); -- cgit v0.12