Struct cosmic_text::FontMatches
source · pub struct FontMatches<'a> {
pub locale: &'a str,
pub default_family: String,
pub fonts: Vec<Arc<Font<'a>>>,
}Expand description
Fonts that match a pattern
Fields§
§locale: &'a str§default_family: String§fonts: Vec<Arc<Font<'a>>>