fn render_outline_glyph_from_atlas(
renderer: &mut impl GlyphRenderer,
atlas_slot: AtlasSlot,
outline_transform: Affine,
tint_color: AlphaColor<Srgb>,
)Expand description
Render an outline glyph from the atlas using bearing-based positioning.