The DlxTextStyle defines the style of the text. The class encapsulate the characteristics, such as the family, height, size, and style (or combination of styles) of a specific font as well as the color of the text and background.

Inheritance Hierarchy

Object
    DlxStyle
        DlxTextStyle

Constructor

Name Description
DlxTextStyle Constructs a DlxTextStyle object.

Methods

Name Description
GetTextBounds Computes the width and height of the specified string of text.
SetBackground Sets the background style.
SetBrush Sets the color of the characters.
SetFont Sets the font style.
SetPen Sets the outline style.
SetStyle Sets the text style.

See also