[]
Provides static methods to draw text with various styles and settings
public class TextHelper
Public Class TextHelper
Name | Description |
---|---|
TextHelper() |
Name | Description |
---|---|
UseGDITextRendering | If true the GDI text rendering is used. |
Name | Description |
---|---|
Draw(DrawTextArgs) | Draws the text. |
Draw(Graphics, string, Font, Color, RectangleF, HorizontalAlignment, VerticalAlignment, TextOrientation, bool, bool, HotkeyPrefix, StringTrimming, int, bool, double, int, bool) | Draws the text. |
IsComplexString(string) | Determines whether the string is a complex string with RTL reading order. |
Measure(DrawTextArgs) | Determines the size of the text. |
Measure(Graphics, string, Font, Color, RectangleF, HorizontalAlignment, VerticalAlignment, TextOrientation, bool, bool, HotkeyPrefix, StringTrimming, int, bool, double, int) | Determines the size of the text. |