Expose font names from std_truetype::FontInfo
Created by: azriel91
I'd like to be able to read the font names from the Font
, currently info
is private and prevents external crates from accessing the font names.
I'll open a PR (#87) that returns FontInfo#get_font_name_strings()
shortly; hope you don't mind