Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfscanline()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfScanLine()
Return the height in byte of the current DOS FONT
------------------------------------------------------------------------------
Syntax:

     dfScanLine() --> nScanLine

Parameters:

     NONE

Returns:

     <nScanLine> Number of byte of the height oc current DOS FONT

Description:

     Return the height in byte of the current DOS FONT
     
     If the return is 16 the resolution of the application is 25x80, if 8
     the resolution is 50x80
     
     With the debugger in /S mode MAXROW() return 24 and dfScanLine()
     return 8. In this situation you are sure to works in /S modality of
     debugging

Example:

     dfScanLine() // Return 16
     SETMODE( 50, 80 )
     dfScanLine() // Return  8

See also:

     dfIniClose(), dfModGrf()

See Also: dfIniClose() dfModGrf()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson