pub fn with_font_manager<R, F: FnOnce(&mut FontManager) -> R>(
f: F,
) -> Result<R, KernelError>Expand description
Execute a closure with the font manager (mutable access)
pub fn with_font_manager<R, F: FnOnce(&mut FontManager) -> R>(
f: F,
) -> Result<R, KernelError>Execute a closure with the font manager (mutable access)