TcxTextAttributes2.Weight Property
Specifies the font weight.
Declaration
property Weight: TcxCharFormat2Weight read; write;
Property Value
Type |
---|
TcxCharFormat2Weight |
Remarks
Values include:
Value | Weight |
---|---|
cfwDontCare | 0 |
cfwThin | 100 |
cfwUltraLight | 200 |
cfwLight | 300 |
cfwNormal | 400 |
cfwMedium | 500 |
cfwSemiBold | 600 |
cfwBold | 700 |
cfwUltraBold | 800 |
cfwHeavy | 900 |
See Also