const CURRENT_CODE_FONT_OVERRIDE: LocalKey<RefCell<Option<FontFamily<Font>>>>;Expand description
Thread-local storage for the current code font override during rendering This allows passing the code font through the rendering call stack without major structural changes.