Struct fontconfig_parser::FontConfig [−][src]
pub struct FontConfig {
pub select_fonts: Vec<SelectFont>,
pub dirs: Vec<DirData>,
pub cache_dirs: Vec<PathBuf>,
pub remap_dirs: Vec<RemapDirData>,
pub matches: Vec<Match>,
pub config: Config,
pub aliases: Vec<Alias>,
}
Fields
select_fonts: Vec<SelectFont>
dirs: Vec<DirData>
cache_dirs: Vec<PathBuf>
remap_dirs: Vec<RemapDirData>
matches: Vec<Match>
config: Config
aliases: Vec<Alias>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FontConfig
impl Send for FontConfig
impl Sync for FontConfig
impl Unpin for FontConfig
impl UnwindSafe for FontConfig
Blanket Implementations
Mutably borrows from an owned value. Read more