DefaultOptions.FallbackFontId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.