Skip to main content

Module font_manager

Module font_manager 

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

FontManager
Shared, thread-safe handle to a font storage implementation.
GenericFontsHolder
Default in-memory font holder used by most integrations.

Traits§

FontsHolder
Storage contract used by FontManager.

Type Aliases§

FontsGuard
Read guard over the underlying font holder.