DoTextUpVector(3D) — Kubota Pacfic 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 text up vector determines the up direction for the top of each character in the text plane. A text string’s plane is established when the text primitive object is created. For more information about text objects, see the manual pages DoText and DoAnnoText.
The parameters xup and yup can be treated as a single, non-normalized, two-dimensional vector that sits on the text plane.
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 02, 1992