Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ font(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

font()  —  Silicon Graphics

NAME

font - selects a raster font for drawing text strings

SPECIFICATION

C
font(fntnum)
short fntnum;

FORTRAN
subroutine font(fntnum)
integer*4 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 a font number that is not defined, font 0 is selected. 

SEE ALSO

defrasterfont, getfont

Version 2.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026