fn render_outline_to_atlas(
path: &Arc<BezPath>,
scale: f64,
subpixel_offset: f32,
recorder: &mut AtlasCommandRecorder,
atlas_slot: AtlasSlot,
raster_metrics: RasterMetrics,
)Expand description
Record outline glyph draw commands into the atlas command recorder.