IGlyphFactoryProvider Interface

Definition

Provides an IGlyphFactory.

public interface class IGlyphFactoryProvider
public interface class IGlyphFactoryProvider
__interface IGlyphFactoryProvider
public interface IGlyphFactoryProvider
type IGlyphFactoryProvider = interface
Public Interface IGlyphFactoryProvider

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IGlyphFactoryProvider))] Exporters must supply a NameAttribute, OrderAttribute, at least one ContentTypeAttribute, and at least one TagTypeAttribute.

Methods

GetGlyphFactory(IWpfTextView, IWpfTextViewMargin)

Gets the IGlyphFactory for the given text view and margin.

Applies to