class Iup::FontDialog

A predefined modal dialog to select a font.

Example

dlg = Iup::FontDialog.new do
  d.title = "Select a new font"
  d.font = "Times, bold 18"
end
dlg.popup

Note that popup must be used to show the dialog.