Declaration
function IEPromptForFont(Font: TFont; PosX: Integer = 0; PosY: Integer = 0): Boolean;
Description
Display a font selection dialog so the user can choose a font. Result is false if user cancels out.
You can optionally specify a pop-up location. If it is not specified, the dialog will be centered on the screen.