Struct fontconfig_parser::Document [−][src]
pub struct Document<'a> {
pub description: &'a str,
pub select_fonts: Vec<SelectFont<'a>>,
pub dirs: Vec<Dir<'a>>,
pub cache_dirs: Vec<CacheDir<'a>>,
pub includes: Vec<Include<'a>>,
pub matches: Vec<Match<'a>>,
pub config: Config,
}
Expand description
https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
Fields
description: &'a str
select_fonts: Vec<SelectFont<'a>>
dirs: Vec<Dir<'a>>
cache_dirs: Vec<CacheDir<'a>>
includes: Vec<Include<'a>>
matches: Vec<Match<'a>>
config: Config
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Document<'a>
impl<'a> UnwindSafe for Document<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more