Print font name when selecting character

This commit is contained in:
Jeremy Soller 2022-10-12 17:35:23 -06:00
parent 210622d084
commit a50294676d
3 changed files with 14 additions and 3 deletions

View file

@ -43,6 +43,7 @@ impl FontSystem {
}
let font_opt = Font::new(
&face.post_script_name,
match &face.source {
fontdb::Source::Binary(data) => {
data.deref().as_ref()