fn replace_last_glyph_with_overflow_character(
fonts: &mut FontsImpl,
pixels_per_point: f32,
job: &LayoutJob,
row: &mut Row,
)Expand description
Trims the last glyphs in the row and replaces it with an overflow character (e.g. …).
Called before we have any Y coordinates.