const SHARED_FONT_CACHE: LocalKey<RefCell<HashMap<FontIdentifier, Font>>>;
The shared font cache used by all canvases that render on a thread.