Function zng::text::font_synthesis

source ยท
pub fn font_synthesis(
    child: impl UiNode,
    enabled: impl IntoVar<FontSynthesis>,
) -> impl UiNode
Expand description

P Configure if a synthetic font is generated for fonts that do not implement bold or oblique variants.

Not all fonts implement the requested font_weight and font_style, this config allows the renderer to try and generate the style and weight anyway, using transforms and the glyph outlines.

Sets the FONT_SYNTHESIS_VAR.