fn prepare_glyph_run<'a>(
run: GlyphRun<'a>,
hint_cache: &'a mut HintCache,
) -> PreparedGlyphRun<'a>Expand description
Prepare a glyph run for rendering.
fn prepare_glyph_run<'a>(
run: GlyphRun<'a>,
hint_cache: &'a mut HintCache,
) -> PreparedGlyphRun<'a>Prepare a glyph run for rendering.