Property Integer FontWeight
Read Access: | Get FontWeight to IntegerVariable |
Write Access: | Set FontWeight to IntegerVariable/Value |
Fontweight is the striking weight of font (0-65536).
Set Fontweight to 500
If you want the control to resize based on the font, use the font interface (FontWeight). If you want the control to stay the same size, use the form_font interface (Form_FontWeight).
Note: | Use piFontWeight instead of FontSize for the cRichEdit class. |