Struct cosmic_text::FontSystem
source · pub struct FontSystem(_);Expand description
Access system fonts
Implementations§
source§impl FontSystem
impl FontSystem
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new FontSystem, that allows access to any installed system fonts
sourcepub fn new_with_locale_and_db(locale: String, db: Database) -> Self
pub fn new_with_locale_and_db(locale: String, db: Database) -> Self
Create a new FontSystem, manually specifying the current locale and font database.