Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objstr(3)  —  Unix Programmer’s Manual

NAME

objstr - draw a string of object font characters on the screen

SYNOPSIS

C
objstr(str)
String str;

FORTRAN
subroutine objstr(str)
character∗(∗) str

Pascal
procedure objstr(str: String);

DESCRIPTION

Objstr draws a string of text using the currently selected object font.  The origin of the first character in the string will be placed at the current graphics position.  After each character is drawn, the current graphics position is updated by the character itself, or not at all. 

Any characters in the text string that are undefined in the current object font are ignored. 

SEE ALSO

defobjfont, objfont

Silicon Graphics  —  R1c

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