1GQTXFP(3NCARG) NCAR GRAPHICS GQTXFP(3NCARG)
2
3
4
6 GQTXFP (Inquire text font and precision) - retrieves the current set‐
7 ting of the text font and precision values.
8
10 CALL GQTXFP (ERRIND, FONT, PREC)
11
13 #include <ncarg/gks.h>
14
15 void ginq_text_font_prec(Gint *err_ind, Gtext_font_prec
16 *text_font_prec);
17
19 ERRIND (Integer, Output) - If the inquired values cannot be
20 returned correctly, a non-zero error indicator is returned
21 in ERRIND, otherwise a zero is returned. Consult "User's
22 Guide for NCAR GKS-0A Graphics" for a description of the
23 meaning of the error indicators.
24
25 FONT (Integer, Output) - Gives the font number as set by default
26 or by a call to GSTXFP. FONT number one is a simple
27 default ASCII font. Values for FONT between -2 and -20
28 (inclusive) are Hershey fonts.
29
30 PREC (Integer, Output) - Gives the text precision as set by
31 default or by a call to GSTXFP.
32
33 0 String precision (good)
34
35 1 Character precision (better)
36
37 2 Stroke precision (best)
38
40 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
41
43 Online: gtx, gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gschxp,
44 gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchup, gqchxp,
45 plotchar, ginq_text_font_prec
46
47 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
48 mentals, UNIX Version
49
51 Copyright (C) 1987-2009
52 University Corporation for Atmospheric Research
53 The use of this Software is governed by a License Agreement.
54
55
56
57UNIX March 1993 GQTXFP(3NCARG)