Returns the index of the current raster font.
FORTRAN (libfgl.a)
Int32 getfont( )
INTEGER*4 FUNCTION GETFON
The getfont subroutine returns the index of the current raster font. The returned value is an index into the raster font table.
Note: This subroutine cannot be used to add to a display list.
The index of the current raster font.
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Writing a text string with the charstr subroutine.
Defining bitmaps for a raster font with the defrasterfont subroutine.
Selecting a raster font with the font subroutine.
AIX Graphics Library Overview, Creating Text Characters, and Querying the System.