1PLGCHR(3plplot) PLplot API PLGCHR(3plplot)
2
3
4
6 plgchr - Get character default height and current (scaled) height
7
9 plgchr(p_def, p_ht)
10
12 Get character default height and current (scaled) height.
13
14 Redacted form: plgchr(p_def, p_ht)
15
16 This function is used in example 23.
17
19 p_def (PLFLT *, output)
20 Pointer to default character height (mm).
21
22 p_ht (PLFLT *, output)
23 Pointer to current (scaled) character height (mm).
24
25
27 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
28 man page was automatically generated from the DocBook source of the
29 PLplot documentation, maintained by Alan W. Irwin and Rafael
30 Laboissiere.
31
33 PLplot documentation at http://plplot.sourceforge.net/resources.
34
35
36
37 July, 2010 PLGCHR(3plplot)