pub struct FontsCache(_);
Expand description
Fonts cache. Contains resolved font files from the fontdb database.
Have no capacity option because there is no sense in clearing fonts cache, at least for fframes
If font is used within one frame there is a high chance it will be used at some future frame as well.
Creates a new empty cache.
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.