Re: [racket-users] Finding the right font%

2019-02-14 Thread Jordan Johnson
Ok, thanks for the replies! —Jordan > On Feb 14, 2019, at 07:57, Matthew Flatt wrote: > > 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 whic

Re: [racket-users] Finding the right font%

2019-02-14 Thread Matthew Flatt
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 reques

Re: [racket-users] Finding the right font%

2019-02-10 Thread Matthew Flatt
The `get-face-list` function returns the list of available face names. Or use `get-font-from-user` for a GUI window that contains the same list. At Sun, 10 Feb 2019 11:43:52 -0800, Jordan Johnson wrote: > Hi all, > > I’m using a typeface (Espinosa Nova >

[racket-users] Finding the right font%

2019-02-10 Thread Jordan Johnson
Hi all, I’m using a typeface (Espinosa Nova ) comprised of twelve distinct fonts. When I use the pict or 2htdp/image library to create an image of some text — e.g., > (text "Foo bar!" 24 "Espinosa Nova") ; pict lib — Racket gives me th