The routine gDisplayAsciiChar() outputs a single character whose ASCII code is asc.
The American Standard Code for Information Interchange (ASCII) is an integer numerical code (from 0 to 127). Each integer represents either an upper or lower case alphabetic character, digit, or special character.
The bottom left-hand corner of the character will be at the current drawing point. The end point is the bottom right-hand corner of that character.
The characters are drawn subject to the font representation, font weight, character size, orientation, italics and underline settings, and are transformed if GINO transformable characters are currently selected.