Print font name when selecting character
This commit is contained in:
parent
210622d084
commit
a50294676d
3 changed files with 14 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue