IFontDialog.MaxFontSize

Syntax

MaxFontSize: Integer;

Description

The MaxFontSize property determines the maximum font size that can be used for the font selected in the dialog box.

Comments

The property is set to 0 by default, the maximum size is limited by parameters of the selected font. The property is relevant if the LimitSize property is set to True.

See also:

IFontDialog