IVsFontsAndColorsInformationService Interface
Visual Studio 2015
Provides font and color information for language services and FontsAndColorsCategory objects.
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
| Name | Description | |
|---|---|---|
![]() | GetFontAndColorInformation(FontsAndColorsCategory) | Gets font and color information, which represents the coloring information for the specified FontsAndColorsCategory. |
This is a MEF Component, and should be imported with the following attribute:
[Import(typeof(IFontsAndColorsInformationService))]
You can use this service to get IVsFontsAndColorsInformation objects.
Show:
