pub type GlyphOptions = FontOptions;Expand description
Extra font options send with text glyphs.
Aliased Type§
pub struct GlyphOptions {
pub aa: FontAntiAliasing,
pub synthetic_bold: bool,
pub synthetic_oblique: bool,
}Fields§
§aa: FontAntiAliasingFont render mode.
Default value must be already resolved here, it falls back to Subpixel.
synthetic_bold: boolIf synthetic bold is enabled.
synthetic_oblique: boolIf synthetic skew is enabled.