IGlyphFactory Interface
Provides a visual for a specific glyph type.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IGlyphFactory
public interface IGlyphFactory
public interface class IGlyphFactory
type IGlyphFactory = interface end
public interface IGlyphFactory
The IGlyphFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
GenerateGlyph | Generates a new glyph visual for the given line. |
Top