pub(crate) fn with_temporary_memory<R>(
outline: &OutlineGlyph<'_>,
hinting: Hinting,
memory: Option<&mut [u8]>,
f: impl FnMut(&mut [u8]) -> R,
) -> RExpand description
Invokes the callback with a memory buffer suitable for drawing the given outline.