font(3) — Unix Programmer’s Manual
NAME
font - select a raster font to display text
SYNOPSIS
C
font(fntnum)
short fntnum;
FORTRAN
subroutine font(fntnum)
integer∗2 fntnum
Pascal
procedure font(fntnum: Short);
DESCRIPTION
Font chooses a raster font that will be used whenever a charstr command draws a text string. The argument is an index into the font table built with the defrasterfont command. This font remains in effect until another font command is executed. By default, font 0 is selected.
If font specifies an font number that is not defined, the command is ignored.
SEE ALSO
defrasterfont, getfont
Silicon Graphics — R1c