Vcl.Dialogs.TFontDialog.MinFontSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinFontSize: Integer read FMinFontSize write FMinFontSize default 0;

C++

__property int MinFontSize = {read=FMinFontSize, write=FMinFontSize, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFontDialog

Description

Determines the smallest font size available in the Font dialog.

Assign a value to MinFontSize to limit the font sizes available in the dialog.

MinFontSize is inoperative unless the fdLimitSize flag is set in Options.

See Also

Code Examples