[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_dialogs' (#fpgui)

TfpgFontSelectDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A standard font selection dialog.

Declaration

Source position: fpg_dialogs.pas line 124

type TfpgFontSelectDialog = class(TfpgBaseDialog)

protected

  function GetFontDesc;

  procedure SetFontDesc();

  procedure SetupCaptions; override;

public

  constructor Create(); override;

  procedure SetSampleText();

  

The sample text or font preview text to be shown.

end;

Inheritance

TfpgFontSelectDialog

  

A standard font selection dialog.

|

TfpgBaseDialog

  

An abstract dialog which forms the basis of other dialogs.

|

TfpgForm

?

TObject

Description

It also contains a Collection listbox which gets automatically populated based on the available fonts. There are two custom collections called Favourites and Recently Used which list your own selection of fonts. Font Aliases will list all registered font aliases used by the application, including the default font aliases used by fpGUI (eg: #Edit2 = 'Courier New-10').


Documentation generated on: 2012-01-26