Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>charpix()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CHARPIX()
 Returns the number of pixel lines per character
------------------------------------------------------------------------------
 Syntax

     CHARPIX() --> nPixelline

 Returns

     CHARPIX() returns a value that corresponds to the number of pixel lines
     per character.

 Description

     Different screen adapters build characters from a different numbers of
     pixel lines.  Based on the installed mode, the number of pixel lines for
     a particular type of screen adapter may also vary.

     Use CHARPIX() to determine the number of pixel lines available in the
     currently installed mode.  This information is useful when used in
     conjunction with SETCURSOR().

 Example

     Display the number of pixel lines:

     ? CHARPIX()         // VGA, no mode change - 16


See Also: SETCURSOR() SETFONT() FONTLOAD()

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