fmt
This commit is contained in:
parent
e00964fccf
commit
7098ee62e2
1 changed files with 2 additions and 2 deletions
|
|
@ -24,9 +24,9 @@ pub struct FontSystem(FontSystemInner);
|
|||
|
||||
impl FontSystem {
|
||||
/// Create a new [`FontSystem`], that allows access to any installed system fonts
|
||||
///
|
||||
///
|
||||
/// # Timing
|
||||
///
|
||||
///
|
||||
/// This function takes some time to run. On the release build, it can take up to a second,
|
||||
/// while debug builds can take up to ten times longer. For this reason, it should only be
|
||||
/// called once, and the resulting [`FontSystem`] should be shared.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue