BtFontWeight Constants

When the Object.FontWeight property is in use, it must always be set to a BtFontWeight Long constant. Note that these constants are available only when you are editing a document-level event.

The following constants are available:

Constant

Value

btFontWeightThin

100

btFontWeightExtraLight

200

btFontWeightLight

300

btFontWeightNormal

400

btFontWeightMedium

500

btFontWeightSemiBold

600

btFontWeightBold

700

btFontWeightExtraBold

800

btFontWeightHeavy

900

Related Topics