The search-path and font-finder routes use font-string
templates. Here, the components of a font file name, or a
font-finding command, are specified using placeholders like
%f
. You may use
%M | mode (eg. ibmvga) |
%f | font name (eg. cmr10) |
%d | dpi (eg. 330) |
%b | base dpi (eg. 110) |
%m | magnification (eg. 3) |
%% | % |
DVI2BITMAP_PK_PATH
were /var/tmp/%M/%f.%dpk
, this would
expand into /var/tmp/ibmvga/cmr10.330pk
.
Alternatively, if we had given the font-finder script as
/usr/local/teTeX/bin/kpsewhich pk %f.%dpk
,
the dvi2bitmap
would have executed the
command .../kpsewhich pk cmr10.330pk
, which
would have returned with a suitable font path.