Tk Source Code

Check-in [8373c21f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Work around a bug in [NSFont familyName] which Apple introduced in macOS 10.15.1
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | bug-855049e799
Files: files | file ages | folders
SHA3-256: 8373c21f6d01a3fcdf03f3a5aaf13088c0c3049ac7056b77b2fdcd86a6785115
User & Date: marc_culler 2019-11-01 18:44:14.520
Context
2019-11-03
23:02
Use [NSFont userFixedPitchFontOfSize:11] instead of CTFontCreateUIFontForLanguage(fixedPitch, 11, NULL) to get a valid fixed pitch font. closed check-in: c7ede02a user: marc_culler tags: bug-855049e799
2019-11-01
18:44
Work around a bug in [NSFont familyName] which Apple introduced in macOS 10.15.1 check-in: 8373c21f user: marc_culler tags: bug-855049e799
2019-10-14
13:04
3 minor doc fixes. check-in: a7e6bbfb user: jan.nijtmans tags: core-8-6-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to macosx/tkMacOSXFont.c.