[]
        
(Showing Draft Content)

C1.Win.Drawing.StringRendererGDI

StringRendererGDI Class

Provides methods used to measure and render text using GDI.

Inheritance
StringRendererGDI
Namespace: C1.Win.Drawing
Assembly: C1.Win.4.8.dll
Syntax
public class StringRendererGDI : StringRendererBase

Constructors

Name Description
StringRendererGDI()

Methods

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.