pub(crate) fn advance_for_shaped_glyph(
advance: Au,
character: char,
options: &ShapingOptions,
) -> AuExpand 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,
) -> AuComputes the total advance for a glyph, taking letter-spacing and word-spacing into account.