VdTextFlags Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies text flags.

Usage

VdTextFlags.Constant

Arguments

vgTextMIRROR_FLAG

Draw mirrored text. The numerical value for this constant is 32 (&H20).

vgTextNORMAL

Draw normal text. The numerical value for this constant is 0.

vgTextOVERSCORE_FLAG

Draw text with an overbar. The numerical value for this constant is 16 (&H10).

vgTextUNDERSCORE_FLAG

Draw text with an underscore. The numerical value for this constant is 64 (&H40).