fn render_colr_to_atlas(
glyph: &GlyphColr<'_>,
context_color: AlphaColor<Srgb>,
recorder: &mut AtlasCommandRecorder,
atlas_slot: AtlasSlot,
outline_cache: &mut OutlineCacheSession<'_>,
)Expand description
Record COLR glyph draw commands into the atlas command recorder.