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

Module font

Module font 

Source
Expand description

Font Rendering System for Desktop Applications

Provides bitmap font rendering with support for multiple font sizes and styles.

Structs§

Font
Bitmap font
FontManager
Font manager for loading and caching fonts
Glyph
Glyph (single character) representation

Enums§

FontSize
Font size in pixels
FontStyle
Font style
FontWeight
Font weight

Functions§

init
Initialize the font system
with_font_manager
Execute a closure with the font manager (mutable access)