Add support for swash
This commit is contained in:
parent
51639e53cb
commit
cf43655357
7 changed files with 116 additions and 66 deletions
|
|
@ -53,7 +53,9 @@ impl<'a> FontSystem<'a> {
|
|||
}
|
||||
}
|
||||
if ! fonts.is_empty() {
|
||||
Some(FontMatches { fonts })
|
||||
Some(FontMatches {
|
||||
fonts
|
||||
})
|
||||
} else {
|
||||
None
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue