ncl_gschxp (3) - Linux Man Pages
ncl_gschxp: sets
NAME
GSCHXP (Set character expansion factor) - sets the width to height ratio of text.SYNOPSIS
CALL GSCHXP (CHXP)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
ACCESS
To use GKS routines, load the NCAR GKS-0A library ncarg_gks.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.