Platform monospace defaults aligned with VS Code editor.fontFamily
(src/vs/editor/common/config/fontInfo.ts), plus CJK fallbacks for
East Asian glyphs when the primary face lacks coverage.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
fallbackFamilies
→ List<
String> -
VS Code fallback chain with CJK mono faces appended before
monospace.no setter - primaryFamily → String
-
Primary face: Consolas (Windows), Menlo (macOS), Droid Sans Mono (Linux).
no setter