~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to general/g.mkfontcap/description.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
operating systems. Extra directories to search can easily by added using the
22
22
<em>extradirs</em> parameter, which accepts a comma-separated list. An extra
23
23
directory may optionally contain an environment variable <em>at the start</em> 
24
 
of the string, if enclosed in ${xxx} syntax (see examples above).</p>
 
24
of the string, if enclosed in ${xxx} syntax (see examples above).
25
25
 
26
 
<p>The module will normally write to the standard fontcap file location,
 
26
<p>
 
27
The module will normally write to the standard fontcap file location,
27
28
<tt>$GISBASE/etc/fontcap</tt>. If the environment variable
28
29
<strong>GRASS_FONT_CAP</strong> is set, the output will instead be written 
29
30
to the file specified by that variable. This is useful if you don't have
33
34
<div class="code"><pre>
34
35
# use local file version instead of system copy
35
36
GRASS_FONT_CAP=$HOME/.gfontcap
36
 
export $GRASS_FONT_CAP
 
37
export GRASS_FONT_CAP
37
38
 
38
39
g.mkfontcap
39
40
</pre></div>
40
41
 
41
42
to create a personal copy and then to make GRASS use that file
42
43
instead of the system copy.
43
 
</p>
44
44
 
45
 
<p>The output list of fonts is sorted first by type (Stroke fonts first,
46
 
followed by Freetype) and within each type by the short name of the font.</p>
 
45
<p>
 
46
The output list of fonts is sorted first by type (Stroke fonts first,
 
47
followed by Freetype) and within each type by the short name of the font.
47
48
 
48
49
<H2>SEE ALSO</H2>
49
50
 
53
54
 
54
55
Paul Kelly
55
56
 
56
 
<p><i>Last changed: $Date: 2008-03-05 10:48:30 +0100 (mer, 05 mar 2008) $</i>
 
57
<p><i>Last changed: $Date: 2010-11-08 00:04:27 +0100 (Mon, 08 Nov 2010) $</i>