Class GlyphEventListener
This class expands each TextRenderInfo for RENDER_TEXT event types into multiple TextRenderInfo instances for each glyph occurred.
public class GlyphEventListener : IEventListener
- Inheritance
-
GlyphEventListener
- Implements
- Derived
- Inherited Members
Constructors
GlyphEventListener(IEventListener)
Constructs a GlyphEventListener instance by a delegate to which the expanded text events for each glyph occurred will be passed on.
public GlyphEventListener(IEventListener delegate_)
Parameters
delegate_
IEventListenerdelegate to pass the expanded glyph render events to.
Fields
delegate_
protected readonly IEventListener delegate_
Field Value
Methods
EventOccurred(IEventData, EventType)
public virtual void EventOccurred(IEventData data, EventType type)
Parameters
data
IEventDatatype
EventType
GetSupportedEvents()
public virtual ICollection<EventType> GetSupportedEvents()