diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/makejvf/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/makejvf/makejvf.1 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog index 5a6098fc40f..bf5e4b1610f 100644 --- a/Build/source/texk/makejvf/ChangeLog +++ b/Build/source/texk/makejvf/ChangeLog @@ -1,3 +1,7 @@ +2021-07-13 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * makejvf.1: Document -O option added in version 20200412. + 2021-01-12 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * main.c: Add size check to avoid segmentation fault. diff --git a/Build/source/texk/makejvf/makejvf.1 b/Build/source/texk/makejvf/makejvf.1 index 0d1818375c1..b2c5ebff1fa 100644 --- a/Build/source/texk/makejvf/makejvf.1 +++ b/Build/source/texk/makejvf/makejvf.1 @@ -93,6 +93,10 @@ enabled, since the characterization in min10.tfm is non-standard. \fB-t\fR <\fICNFfile\fR> Use <\fICNFfile\fR> as a configuration file. .TP 10 +\fB-O\fR +Omit entries in VF for characters with default metric. \ +This option is not allowed to be used with the option \fB-t\fR. +.TP 10 \fB-u\fR <\fICharset\fR> UCS mode. Available charsets are: gb (GB = Simplified Chinese), cns (CNS = Traditional Chinese), ks (KS = Korean), |