Skip to content

Form_Typeface - DfBaseMenu

Obsolete Sets the form's Typeface without resizing the control

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Parameters

Parameter Type Description
iItem Integer

Syntax

Property String Form_Typeface
Access Type Syntax
Read Access: Get Form_Typeface to StringVariable
Write Access: Set Form_Typeface to StringVariable/Value

Description

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).