Fill out some more docs
This commit is contained in:
parent
983d6b7eac
commit
a3e035881b
4 changed files with 7 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ mod matches;
|
|||
pub use self::system::*;
|
||||
mod system;
|
||||
|
||||
/// A font
|
||||
pub struct Font<'a> {
|
||||
pub info: &'a fontdb::FaceInfo,
|
||||
pub data: &'a [u8],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue