NAME
      Tk::XFontSelect.pm--X11 Font Selection Dialog. 

SYNOPSIS
      use Tk;
      use Tk::XFontSelect;

      my $fontdialog = $mw -> FontSelect;
      my $font = $fontdialog -> Show;

DESCRIPTION
    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.

SEE ALSO
    xlsfonts(1) man page.

VERSION INFO
    First Release Version

    $Revision: 0.42 $

