Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>setfontchar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    SetFontChar()

         Changes the font of a character

    Syntax:

         SetFontChar( cString, nChar ) -> Nil

         cString : A 16 bytes string with the new font of the char
         nChar   : An Ascii number indicating the char to change

    Description:

         It changes the pointer to the Bios zone, where the character
         font is placed, to a new character font place in memory to be
         used.

    Return:

         Nothing.

    Example:

         cNewA := Replicate( Chr( 255 ), 16 )
         SetFontChar( cNewA, Ascii( "A" ) )    // the "A" will be a "#"

See Also: SetFont()

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