Improve documentation
This commit is contained in:
parent
384c5c1fdc
commit
3331f41d7a
6 changed files with 37 additions and 14 deletions
|
|
@ -13,6 +13,7 @@ mod std;
|
|||
// re-export fontdb
|
||||
pub use fontdb;
|
||||
|
||||
/// A value borrowed together with an [`FontSystem`]
|
||||
pub struct BorrowedWithFontSystem<'a, T> {
|
||||
pub(crate) inner: &'a mut T,
|
||||
pub(crate) font_system: &'a mut FontSystem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue