Constant SHARED_FONT_CACHE

Source
const SHARED_FONT_CACHE: LocalKey<RefCell<HashMap<FontIdentifier, Font>>>;
Expand description

The shared font cache used by all canvases that render on a thread.