GINO Graphics Suite - GINO v9.0  

gDisplayAsciiChar

Syntax

[C/C++:]
void gDisplayAsciiChar(int asc);
[F90:]
subroutine gDisplayAsciiChar(asc)
integer, intent(in) :: asc

Arguments

asc
Represents the ASCII code of a character

Description

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.

See Also

gDisplayAsciiChar Usage
Font Tables
gSetCharTransformMode