⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

with_font_manager

Function with_font_manager 

Source
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)