Retrieves the horizontal and vertical text alignments.
CALL GQTXAL (ERRIND, TXALH, TXALV)
#include <ncarg/gks.h>
void ginq_text_align(Gint *err_ind, Gtext_align *text_align);
(Integer, Output) - If the inquired values cannot be returned correctly, a non-zero error indicator is returned in ERRIND, otherwise a zero is returned. Consult "User's Guide for NCAR GKS-0A Graphics" for a description of the meaning of the error indicators.
(Real, Output) - Returns the current horizontal text alignment:
Normal (default)
Left
Center
Right
(Real, Output) - Returns the current vertical text alignment:
Normal (default)
Top
Cap
Half
Base
Bottom
To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
Online: gtx, gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gschxp, gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, gqchxp, plotchar, ngdots, ginq_text_align
Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.