NAME
findfont - find font paths and print to stdout
DESCRIPTION
I use imagemagick and friends to do things like render text, and it's annoying to find or remember paths to fonts.
This command will find a font with a substring.
This command uses a cache to remember things.
USAGE
findfont [OPTION].. FONT NAME
-f show first match only
-r reset the cache
-d debug
-h help
USAGE EXAMPLES
See all fonts findfont
See all fonts that match 'sans' findfont sans
Only the first match.. findfont bold
SEE ALSO
LEOCHARRE::FontFind textrender - parent package
AUTHOR
leocharre leocharre at gmail dot com
COPYRIGHT
Copyright (c) 2010 Leo Charre. All rights reserved.
LICENSE
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".
DISCLAIMER
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the "GNU General Public License" for more details.