Displays a Windows common font dialog.
Device If present and non-zero indicates the selected font should be set as the current hardware font for subsequent WIN32 driver text. Equivalent to using the command "DEVICE, Font=f".
Fixed If present and non-zero indicates that only fixed width fonts should be displayed in the font dialog.
Scalable If present and non-zero indicates that only scalable fonts should be displayed in the font dialog.
TrueType If present and non-zero indicates that only TrueType fonts should be displayed in the font dialog.
font_name = WIN32_PICK_FONT(/TrueType, /Device)
font_name = WIN32_PICK_FONT(Default='Arial, 12, bold')