andymeneely / squib

A Ruby DSL for prototyping card games.
http://squib.rocks
MIT License
918 stars 67 forks source link

Pango can't find fonts easily #334

Closed andymeneely closed 3 years ago

andymeneely commented 3 years ago

Sometimes Pango doesn't find fonts by their names so easily, so it would be nice if we could debug this. There is a families method in Pango::Context that lists all system fonts. Maybe a global Squib method could just print out the available system fonts for debugging reasons?