DoTextUpVector(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoTextUpVector − Create a text up vector primitive attribute object
SYNOPSIS
C:
DtObject DoTextUpVector(xup, yup)
DtReal xup;
DtReal yup;
Fortran:
INTEGER∗4 DOTUV(XUP, YUP)
REAL∗8 XUP
REAL∗8 YUP
DESCRIPTION
DoTextUpVector creates a text up vector primitive attribute object. The parameter xup specifies the planar shearing or slant of the characters on the text plane in the X-direction for subsequently executed text primitive objects. The parameter yup specifies the planar shearing or slant in the Y-direction.
The text up vector determines the up direction for the top of each character. The parameters can be treated as a single, non-normalized, two-dimensional vector.
DEFAULTS
The default DoTextUpVector is (0.0, 1.0).
SEE ALSO
DoAnnoText(3D), DoText(3D), DoTextAlign(3D), DoTextExpFactor(3D), DoTextFont(3D), DoTextHeight(3D), DoTextPath(3D), DoTextPrecision(3D), DoTextSpace(3D)
September 29, 2021