FontItalics - DfBaseWindow
Determines if current font is to be italicized
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean FontItalics
| Access Type | Syntax |
|---|---|
| Read Access: | Get FontItalics to BooleanVariable |
| Write Access: | Set FontItalics to BooleanVariable/Value |
Description
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).