I have noticed that some fonts I used to use became inaccessible on Mac OS in v7.0, which is when we upgraded Pango. In my case, the relevant change seems to be that Pango became better at tracking which Mac OS faces are condensed, and it insists on condensed or not matching exactly when you request a face. I've made face selection more flexible by allowing match of a condensed face for a non-condensed request and vice versa, although an exact match is preferred.
While investigating, I noticed that `(get-face-list #:all-variants? #t)` didn't work as intended, because it used the wrong part of the Pango API and produced names that cannot be parsed by Pango. I pushed a repair for that problem, so hopefully `(get-face-list #:all-variants? #t)` will now produce strings that let you get more faces. At Mon, 11 Feb 2019 12:20:14 +0100, Jens Axel Søgaard wrote: > Den man. 11. feb. 2019 kl. 02.58 skrev Robby Findler < > ro...@eecs.northwestern.edu>: > > > I confess to not understanding the details here either but i have had to > > put the appropriate weighting or italic to get the face name to show up in > > some cases. > > > > Ditto. FWIW the issue reminds of a recent (2017) change in how macOS > handles fonts. > Maybe macOS changed the way it reports font names? > > http://dessci.com/en/support/mathtype/tsn/tsn176.htm > > /Jens Axel > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to racket-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.