FontAndColorProviderBase.IVsFontAndColorDefaults.GetFont(FontInfo[]) Method

Definition

Gets the font used by the editor.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFont(cli::array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ fontInfo) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetFont;
int IVsFontAndColorDefaults.GetFont (Microsoft.VisualStudio.Shell.Interop.FontInfo[] fontInfo);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFont : Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFont : Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
Function GetFont (fontInfo As FontInfo()) As Integer Implements IVsFontAndColorDefaults.GetFont

Parameters

fontInfo
FontInfo[]

The font information.

Returns

The Font object.

Implements

Applies to