VFlib is the Japanese vector font library, supporting TrueType, Zeit, JG, and BDF fonts. The Watanabe-vector font(pkgsrc/fonts/watanabe_vfont) is used by default for mincho(min) and gothic(goth). You can use your own fonts by installing them (/usr/share/font is recommended) and adding them to ${PREFIX}/lib/VFlib/vfontcap. See ${PREFIX}/lib/VFlib/doc/man.ps or the website for more details (in Japanese). This port supports the FreeType library. Freetype makes use of hinting information in TrueType font files so that clearer output is possible. To use Freetype with TrueType fonts, simply modify ${PREFIX}/lib/VFlib/vfontcap as follows: 1. Change `truetype' to `freetype', then 2. Add .ttf or .ttc to the font file path. For example: # Before... r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\ :ft=truetype:\ :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj: # After... r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\ :ft=freetype:\ :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj.ttf:
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.