ppltotf - Man Page
Create Japanese pT E X font metric (JFM)
Synopsis
ppltotf [options] pl_file_name[.pl] [tfm_file_name[.tfm]]
Description
The ppltotf program translates a Japanese property list (JPL) file to a Japanese pT E X font metric (JFM) file. The resulting JFM file can be used with pT E X and e-pT E X.
The uppltotf program is a Unicode-enabled version of ppltotf. The resulting JFM file can be used with upT E X and e-upT E X.
In the following sections, we refer to these programs as (u)ppltotf.
(u)ppltotf is upper compatible with pltotf; if the input PL file is for roman fonts, it is translated into an ordinary T E X font metric (TFM) file. The difference between ppltotf and uppltotf lies in the output encoding: ppltotf always outputs JIS-encoded JFM; on the other hand, uppltotf outputs Unicode-encoded JFM by default.
Options
Compared to pltotf, the following option is added to (u)ppltotf.
- -kanji string
Sets the input Japanese Kanji code. The string can be one of the followings: euc (EUC-JP), jis (ISO-2022-JP), sjis (Shift_JIS), utf8 (UTF-8), uptex (UTF-8; uppltotf only).
When one of euc, jis, sjis or utf8 is specified, both ppltotf and uppltotf output a JIS-encoded JFM. When uptex is specified with uppltotf, it outputs a Unicode-encoded JFM.
See Also
Authors
(u)ppltotf is maintained by Japanese T E X Development Community <https://texjp.org>. For bug reports, open an issue at GitHub repository <https://github.com/texjporg/tex-jp-build>, or send an e-mail to <issue@texjp.org>.
This manual page was written by Hironobu Yamashita.
Referenced By
The man page uppltotf(1) is an alias of ppltotf(1).