[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A standard font selection dialog.
Source position: fpg_dialogs.pas line 124
type TfpgFontSelectDialog = class(TfpgBaseDialog) |
||
public |
||
constructor Create(); override; |
||
procedure SetSampleText(); |
|
The sample text or font preview text to be shown. |
end; |
|
A standard font selection dialog. |
|
| | ||
|
An abstract dialog which forms the basis of other dialogs. |
|
| | ||
| | ||
|
TfpgBaseForm is the base class from which to derive a window such as a form or dialog |
|
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |
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').