Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Subroutines > MIAMEX

MX_CHOOSEFONT

Scroll Prev Top Next More

xcall MIAMEX, MX_CHOOSEFONT, font$, status

MX_CHOOSEFONT (MIAMEX 165) 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.