Returns the font size in points selected from the last font dialog.
Takes no parameters.
Returns the value of global variable requestedFontSize.
BGI GUI
Parameters & Returns
Parameters
This function takes no parameters.
Returns
Int
Quick Summary
Returns the font size in points selected from the last font dialog.
Takes no parameters.
Returns the value of global variable requestedFontSize.
Technical Exegesis...
Returns the font size in points selected from the last font dialog. Returns the value of global variable requestedFontSize. This value is set by bgiOpenFontDialog() when user selects a font. Converted from LOGFONT.lfHeight using MulDiv with LOGPIXELSY for DPI awareness. Default value is 12.
This function retrieves the font size in points (not pixels) from the most recently used font dialog. The requestedFontSize global is updated when bgiOpenFontDialog() completes successfully.
Returns the font size in points selected from the last font dialog. Returns the value of global variable requestedFontSize. This value is set by bgiOpenFontDialog() when user selects a font. Converted from LOGFONT.lfHeight using MulDiv with LOGPIXELSY for DPI awareness. Default value is 12.
This function retrieves the font size in points (not pixels) from the most recently used font dialog. The requestedFontSize global is updated when bgiOpenFontDialog() completes successfully. Font size is converted from device-dependent lfHeight to device-independent points using screen DPI. Use after calling font dialog to get the chosen font size.