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
Public method GenerateGlyph Generates a new glyph visual for the given line.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Editor Namespace