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