| Parameter | Description |
|---|---|
| iItem (Optional) | The item number (0 if omitted) |
Property String Form_Typeface
| Read Access: | Get Form_Typeface [iItem] to StringVariable |
| Write Access: | Set Form_Typeface [iItem] to StringVariable/Value |
Obsolete
Use FontPointHeight.
The Form_TypeFace property sets the form's typeface without resizing the control.
If you want the control to resize based on the font, use the font interface (Typeface). If you want the control to stay the same size, use the form_font interface (Form_Tyepface).