pub(crate) fn render_cached_glyph(
renderer: &mut impl GlyphRenderer,
cached_slot: AtlasSlot,
transform: Affine,
glyph_type: CachedGlyphType,
)Expand description
Render a cached glyph from the atlas.
pub(crate) fn render_cached_glyph(
renderer: &mut impl GlyphRenderer,
cached_slot: AtlasSlot,
transform: Affine,
glyph_type: CachedGlyphType,
)Render a cached glyph from the atlas.