TextStyle Property (ILEADRasterTextEfx)

Visual Basic example

Visual C++ example

 

Syntax

TextStyleConstants TextStyle;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the style of the text in Text dialog box. Possible values are:

Value

Meaning

FXD_TEXTSTYLE_NORMAL

No three-dimensional effect

FXD_TEXTSTYLE_INSETLIGHT

Inset light text

FXD_TEXTSTYLE_INSETEXTRALIGHT

Inset extra light text

FXD_TEXTSTYLE_INSETHEAVY

Inset heavy text

FXD_TEXTSTYLE_INSETEXTRAHEAVY

Inset extra heavy text

FXD_TEXTSTYLE_RAISEDLIGHT

Raised light text

FXD_TEXTSTYLE_RAISEDEXTRALIGHT

Raised extra light text

FXD_TEXTSTYLE_RAISEDHEAVY

Raised heavy text

EXF_TEXTSTYLE_RAISEDEXTRAHEAVY

Raised extra heavy text

FXD_TEXTSTYLE_DROPSHADOW

Drop shadow text

FXD_TEXTSTYLE_BLOCKSHADOW

Block shadow text

FXD_TEXTSTYLE_OUTLINEBLOCK

Outline block text

See Also

Elements

ShowTextDlg method, UIFlags property