fn render_bitmap_glyph_from_atlas(
renderer: &mut impl GlyphRenderer,
atlas_slot: AtlasSlot,
transform: Affine,
)Expand description
Render a bitmap glyph from the atlas cache.
fn render_bitmap_glyph_from_atlas(
renderer: &mut impl GlyphRenderer,
atlas_slot: AtlasSlot,
transform: Affine,
)Render a bitmap glyph from the atlas cache.