This commit is contained in:
jtnunley 2023-03-01 13:36:29 -08:00
parent e00964fccf
commit 7098ee62e2

View file

@ -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.