other versions
- wheezy 6.4.2-2
- jessie 6.4.4-1
- testing 7.2.0-2
- unstable 7.2.0-2
- experimental 7.2.1-1~exp1
| g.mkfontcap(1grass) | Grass User's Manual | g.mkfontcap(1grass) |
NAME¶
g.mkfontcap - Generates the font configuration file by scanning various directories for fontsKEYWORDS¶
generalSYNOPSIS¶
g.mkfontcapFlags:¶
- -o
-
Overwrite font configuration file if already existing
- -s
-
Write font configuration file to standard output instead of $GISBASE/etc
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- extradirs=string
-
Comma-separated list of extra directories to scan for Freetype-compatible fonts as well as the defaults (see documentation)
DESCRIPTION¶
g.mkfontcap is a utilty to generate a GRASS font configuration file ("fontcap") containing details of the fonts available on the current system. If Freetype is not installed, the font list will be limited to the set of Hershey stroke fonts supplied with GRASS. With Freetype enabled however, the module will recursively scan all files within a predefined hierarchy to find Freetype-compatible scalable fonts. The list of directories scanned is currently:/usr/lib/X11/fonts
/usr/share/X11/fonts
/usr/share/fonts
${HOME}/Library/Fonts
/Library/Fonts
/System/Library/Fonts
${WINDIR}/Fonts
SEE ALSO¶
d.fontAUTHOR¶
Paul Kelly Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $ Full index © 2003-2011 GRASS Development Team| GRASS 6.4.2 |