xcall MIAMEX, MX_CHOOSEFONT, font$, status
This routine displays the font selection dialog and return the selected font name.
Parameters
font$ (String, 32+) [in/out]
name of font. On input, it determines the default font selected in the dialog; on output it returns the newly selected font.
status (F) [out]
is 0 for OK, or else indicates an error. Executing this function in a non-GUI environment should return -1.
History
|
2006 August, build 964 |
Routine added to A-Shell. |