This class represents the font chooser dialog.
<div id=“methods”
FontDialog.new
FontDialog::get_font_data
FontDialog::show_modal
Constructor. Pass a parent window, and optionally the font data object to be used to initialize the dialog controls.
Returns the font data associated with the font dialog.
Shows the dialog, returning ID_OK
if the user pressed Ok, and
ID_CANCEL
otherwise.
If the user cancels the dialog (show_modal returns ID_CANCEL
), no font
will be created. If the user presses OK, a new Font will be created
and stored in the font dialog’s FontData structure.
[This page automatically generated from the Textile source at 2023-06-03 08:07:31 +0000]