Graphical Infotypes

Graphical Infotypes

Graphical infotypes are used in graphic_info(), to specify what information about a graph is wanted.

List

ConstantValueDescription
G_WIDTH0Width in pixels. G_WIDE is equivalent, but deprecated.
G_HEIGHT1Height in pixels.
G_X_CENTER2X-axis center. Also called G_CENTER_X
G_Y_CENTER3Y-axis center. Also called G_CENTER_Y
G_PITCH4Width in bytes.
G_DEPTH5Color depth in bits per pixel.
G_FRAMES6Number of frames.
G_ANIMATION_STEP7Current frame in animation.
G_ANIMATION_STEPS8Number of frames in animation.
G_ANIMATION_SPEED9Current speed of animation.
B_CLEAR1Used in function map_new(), indicates if a bitmap is cleared.
CHARSET_ISO88590Used to select iso8859 character set in the function fnt_new().
CHARSET_CP8501Used to select cp850 character set in the function fnt_new().
NFB_VARIABLEWIDTH0Flag for the function fnt_new().
NFB_FIXEDWIDTH1Flag for the function fnt_new().