get-font-from-user in Dialogs
(get-font-from-user->messageparentinit-fontstyle)font%object or#f
message=#f: string or#f
parent=#f:frame%ordialog%object or#f
init-font=#f:font%object or#f
style=null: an empty list of symbolsLets the user select a font though the platform-specific (modal) dialog, using
parentas the parent window if it is specified. Themessagestring is displayed as a prompt in the dialog if possible. Ifinit-fontis provided, the dialog is initialized to the given font.The
styleargument is provided for future extensions. Currently,stylemust be the empty list.The result is
#fif the user cancels the dialog, the selected font otherwise.