Add documentation and improve API
This commit is contained in:
parent
de572b1645
commit
a242d817e9
10 changed files with 76 additions and 71 deletions
|
|
@ -2,6 +2,7 @@ use std::ops::Deref;
|
|||
|
||||
use super::{Font, FontMatches};
|
||||
|
||||
/// Access system fonts
|
||||
pub struct FontSystem {
|
||||
pub locale: String,
|
||||
db: fontdb::Database,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue