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-2007
52 University Corporation for Atmospheric Research
53
54 This documentation is free software; you can redistribute it and/or
55 modify it under the terms of the GNU General Public License as pub‐
56 lished by the Free Software Foundation; either version 2 of the
57 License, or (at your option) any later version.
58
59 This software is distributed in the hope that it will be useful, but
60 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
61 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
62 Public License for more details.
63
64 You should have received a copy of the GNU General Public License along
65 with this software; if not, write to the Free Software Foundation,
66 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
67
68
69
70UNIX March 1993 GQTXFP(3NCARG)