/usr/local/perl/lib/site_perl/5.6.1/Tk/XFontSelect.pm |
Tk::XFontSelect.pm--X11 Font Selection Dialog.
use Tk; use Tk::XFontSelect;
my $fontdialog = $mw -> XFontSelect; my $font = $fontdialog -> Show;
The Tk::XFontSelect widget displays a dialog box that lists the descriptors of all of the fonts that are present on the system. Selecting a font descriptor and pressing the ``Accept'' button returns to the main application a string containing that font descriptor.
The list of font descriptors is generated by the xlsfonts command, a standard utility of the XFree86 Rev. 3.3.2 distribution.
xlsfonts(1)
man page.
First Release Version
$Revision: 0.44 $
/usr/local/perl/lib/site_perl/5.6.1/Tk/XFontSelect.pm |