[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) |
||
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; |
|
A standard font selection dialog. |
|
| | ||
|
An abstract dialog which forms the basis of other dialogs. |
|
| | ||
TfpgForm |
||
? | ||
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').