DoTextFont(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoTextFont − Create a text font primitive attribute object
SYNOPSIS
C:
DtObject DoTextFont(font)
DtFont font;
Fortran:
INTEGER∗4 DOTF(FONT)
INTEGER∗4 FONT
DESCRIPTION
DoTextFont creates a text font primitive attribute object. The parameter font defines the font to be used for subsequently executed text primitive objects. Possible fonts are listed in the following table:
C Font NameFortran Font Name
DcAstrologyDCFAST
DcComplexCyrillicDCFCC
DcComplexGreekDCFCG
DcComplexSmallGreekDCFCSG
DcComplexSmallItalicDCFCSI
DcComplexSmallRomanDCFCSR
DcComplexItalicDCFCI
DcComplexRomanDCFCR
DcComplexScriptDCFCS
DcDuplexRomanDCFDR
DcLowerCaseMathematicsDCFLCM
DcGothicGermanDCFGG
DcGothicEnglishDCFGE
DcGothicItalianDCFGI
DcHelvetica (polygonal font)DCFHLV
DcMusicDCFMUS
DcMeteorologyDCFMUS
DcPlainGreekDCFPG
DcPlainRomanDCFPR
DcSimplexRomanDCFSR
DcSimplexGreekDCFSG
DcSimplexScriptDCFSS
DcSymbolsDCFSYM
DcTriplexItalicDCFTI
DcTriplexRomanDCFTR
DcUpperCaseMathematicsDCFUCM
DEFAULTS
The default DoTextFont is DcPlainRoman <DCFPR>.
ERRORS
DoTextFont will fail if an invalid font is specified.
[WARNING - value out of range]
DoTextFont will fail if memory cannot be allocated for character storage.
[SEVERE - unable to allocate memory]
SEE ALSO
DoAnnoText(3D), DoText(3D), DoTextAlign(3D), DoTextExpFactor(3D), DoTextHeight(3D), DoTextPath(3D), DoTextPrecision(3D), DoTextSpace(3D), DoTextUpVector(3D)
September 29, 2021