Property Boolean FontItalics
Read Access: | Get FontItalics to BooleanVariable |
Write Access: | Set FontItalics to BooleanVariable/Value |
If set to true, the Fontitalics property will italicize the current font.
Set FontItalics to true
Default is false.
If you want the control to resize based on the font, use the font interface (FontItalics). If you want the control to stay the same size, use the form_font interface (Form_FontItalics).