logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GSCHXP (Set character expansion factor) - sets the width to height ratio of text.

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gset_char_expan(Gdouble char_expan);

Description

       CHXP        (Real, Input) - Specifies a deviation of the width to height ratio for characters drawn using
                   the  GTX output primitive. CHXP of 10.0 would specify a character that is 10 times as wide as
                   normal.  CHXP of 0.1 would request characters  that  are  1/10th  as  wide  as  normal.   The
                   character height remains unchanged. CHXP > 0.  By default CHXP = 1.0

Name

       GSCHXP (Set character expansion factor) - sets the width to height ratio of text.

See Also

       Online:  gtx,  gstxp,  gstxal, gstxfp, gschh, gschsp, gschup, gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh,
       gqchsp, gqchup, gqchxp, plotchar, gset_char_expan

       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

Synopsis

       CALL GSCHXP (CHXP)

See Also