Quote: @bplus. if you have the time. a code example would be cool!
@Coolman Have you tried replacing _ScreenMove ... with _FullScreen plus adding escape code because the X box top right won't be showing, still there is always Alt +F4 for esacping a full screen app.... I think it will solve small font size nicely! Even if ratio is off it's kind of cool to see tall or fat font.
Code: (Select All)
Sub OpenWindow (WinWidth As Long, WinHeight As Long, title$)
Screen _NewImage(WinWidth, WinHeight, 32)
_FullScreen '_ScreenMove 100, 20 ' <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< one simple change
_PrintMode _KeepBackground
_Title title$
Color &HFFFFFFFF, screenBC
Cls
End Sub
PS the $resize option I think is if you want to drag borders in or out to make more room or less on screen, it won't change font sizes.
b = b + ...