get-font-from-user in Dialogs
(get-font-from-user -> message parent init-font style)font% object or #f
message = : string or #f#f
parent = : #fframe% or dialog% object or #f
init-font = : #ffont% object or #f
style = : an empty list of symbolsnull
Lets the user select a font though the platform-specific
(modal) dialog, using parent as the parent window if it is
specified. The message string is displayed as a prompt in the
dialog if possible. If init-font is provided, the dialog is
initialized to the given font.
The result is #f if the user cancels the dialog, the selected
font otherwise.
The style argument is provided for future extensions. Currently, style must be the empty list.