[]
        
(Showing Draft Content)

FarPoint.Win.Text.TextHelper

TextHelper Class

Provides static methods to draw text with various styles and settings

Inheritance
TextHelper
Namespace: FarPoint.Win.Text
Assembly: FarPoint.Win.dll
Syntax
public class TextHelper
Public Class TextHelper

Constructors

Name Description
TextHelper()

Properties

Name Description
UseGDITextRendering

If true the GDI text rendering is used.

Methods

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.