DefaultOptions.FallbackFontId Field

Definition

Option that defines the fallback font for the editor.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<System::String ^> FallbackFontId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<string> FallbackFontId;
 staticval mutable FallbackFontId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<string>
Public Shared ReadOnly FallbackFontId As EditorOptionKey(Of String) 

Field Value

Remarks

Note that, unlike most other options, this value is only checked once at startup on GlobalOptions and we do not react to changes.

Applies to