IGlyphFactoryProvider.GetGlyphFactory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IGlyphFactory for the given text view and margin.
public:
Microsoft::VisualStudio::Text::Editor::IGlyphFactory ^ GetGlyphFactory(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ view, Microsoft::VisualStudio::Text::Editor::IWpfTextViewMargin ^ margin);
public Microsoft.VisualStudio.Text.Editor.IGlyphFactory GetGlyphFactory (Microsoft.VisualStudio.Text.Editor.IWpfTextView view, Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin margin);
abstract member GetGlyphFactory : Microsoft.VisualStudio.Text.Editor.IWpfTextView * Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin -> Microsoft.VisualStudio.Text.Editor.IGlyphFactory
Public Function GetGlyphFactory (view As IWpfTextView, margin As IWpfTextViewMargin) As IGlyphFactory
Parameters
- view
- IWpfTextView
The view for which the factory is being created.
- margin
- IWpfTextViewMargin
The margin for which the factory will create glyphs.
Returns
An IGlyphFactory for the given view and margin.