DoTextHeight(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoTextHeight − Create a text height primitive attribute object
SYNOPSIS
C:
DtObject DoTextHeight(textheight)
DtReal textheight;
FORTRAN:
INTEGER∗4 DOTH(TXHGHT)
REAL∗8 TXHGHT
DESCRIPTION
DoTextHeight creates a text height primitive attribute object. The parameter textheight specifies the nominal height of a capital letter for subsequently executed text primitive objects. The textheight parameter should be a positive value.
DoTextHeight also adjusts the character’s width so that the height-to-width ratio of the character does not change.
DEFAULTS
The default DoTextHeight is 1.0.
SEE ALSO
DoAnnoText(3D), DoText(3D), DoTextAlign(3D), DoTextExpFactor(3D), DoTextFont(3D), DoTextPath(3D), DoTextPrecision(3D), DoTextSpace(3D), DoTextUpVector(3D)
September 02, 1992