IVsTextEditFonts Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("F39AB913-E6C9-4546-A265-1E43F8DE924C")> _
Public Interface IVsTextEditFonts
[GuidAttribute("F39AB913-E6C9-4546-A265-1E43F8DE924C")]
public interface IVsTextEditFonts
[GuidAttribute(L"F39AB913-E6C9-4546-A265-1E43F8DE924C")]
public interface class IVsTextEditFonts
[<GuidAttribute("F39AB913-E6C9-4546-A265-1E43F8DE924C")>]
type IVsTextEditFonts = interface end
public interface IVsTextEditFonts
The IVsTextEditFonts type exposes the following members.
Properties
Name | Description | |
---|---|---|
FontCharacterSet | Infrastructure. Microsoft Internal Use Only. | |
FontFamily | Infrastructure. Microsoft Internal Use Only. | |
FontSize | Infrastructure. Microsoft Internal Use Only. |
Top