pub(crate) fn advance_for_shaped_glyph(
advance: Au,
character: char,
options: &ShapingOptions,
) -> Au
Expand description
Computes the total advance for a glyph, taking letter-spacing
and word-spacing
into account.
pub(crate) fn advance_for_shaped_glyph(
advance: Au,
character: char,
options: &ShapingOptions,
) -> Au
Computes the total advance for a glyph, taking letter-spacing
and word-spacing
into account.