Prima::FontDialog - standard font dialog |
Prima::FontDialog - standard font dialog
The dialog provides selection of font by name, style, size, and encoding. The font selected is returned by logFont property.
use Prima::FontDialog; my $f = Prima::FontDialog-> create; return unless $f-> execute == mb::OK; $f = $f-> logFont; print "$_:$f->{$_}\n" for sort keys %$f;
Default value: 0
Prima::Drawable::font
.
Specifies if the help button is displayed in the dialog.
Default value: 0
Dmitry Karasik, <dmitry@karasik.eu.org>.
Prima, the Prima::Window manpage, the Prima::Drawable manpage.
Prima::FontDialog - standard font dialog |