/// Thin wrapper around cosmic-text's FontSystem.
/// Owns the font database and loaded faces.
pubstructFontSystem{pubinner:cosmic_text::FontSystem,
}implFontSystem{pubfnnew()->Self{Self{
inner:cosmic_text::FontSystem::new(),}}}implDefault forFontSystem{fndefault()->Self{Self::new()}}