Expand description
Thread-safe font registry and holder abstractions. Thread-safe font registry abstractions.
This module underpins renderer-side font ownership. The API is functional but expected to evolve with the planned text/font refactor.
Structs§
- Font
Manager - Shared, thread-safe handle to a font storage implementation.
- Generic
Fonts Holder - Default in-memory font holder used by most integrations.
Traits§
- Fonts
Holder - Storage contract used by
FontManager.
Type Aliases§
- Fonts
Guard - Read guard over the underlying font holder.