[]
Provides methods used to measure and render text using GDI plus.
public class StringRendererGDIPlus : StringRendererBase
Name | Description |
---|---|
StringRendererGDIPlus() |
Name | Description |
---|---|
HighlightSubstring(Graphics, Font, StringFormat, Brush, Rectangle, string, Brush, IList<CharacterRange>) | Draws text and highlight a parts of that text with a special background. |
HighlightSubstring(Graphics, Font, StringFormat, Brush, Rectangle, string, Brush, string, int) | Draws text and highlight a part of that text with a special background. |
MeasureSubstring(Graphics, Font, StringFormat, Rectangle, string, IList<CharacterRange>) | Gets the bounds for displaying the part of this text. |
MeasureSubstring(Graphics, Font, StringFormat, Rectangle, string, int, int) | Gets the bounds for displaying the part of this text. |
MeasureSubstring(Graphics, Font, StringFormat, Rectangle, string, string, int) | Gets the bounds for displaying the part of this text. |