MIAMEX 165: Display Font Selection Dialog

xcall MIAMEX, MX_CHOOSEFONT, font$, status

MX_CHOOSEFONT 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, A-Shell 4.9.964:  Routine added to A-Shell