FontAndColorProviderBase.IVsFontAndColorDefaults.GetFont(FontInfo[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取编辑器所使用的字体。
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
参数
- fontInfo
- FontInfo[]
字体信息。
返回
Font 对象。