texlive[63275] Build/source/texk/makejvf: makejvf: fix DESIGNSIZE
commits+hironobu at tug.org
commits+hironobu at tug.org
Tue May 10 17:30:12 CEST 2022
Revision: 63275
http://tug.org/svn/texlive?view=revision&revision=63275
Author: hironobu
Date: 2022-05-10 17:30:12 +0200 (Tue, 10 May 2022)
Log Message:
-----------
makejvf: fix DESIGNSIZE
Modified Paths:
--------------
trunk/Build/source/texk/makejvf/ChangeLog
trunk/Build/source/texk/makejvf/write.c
Modified: trunk/Build/source/texk/makejvf/ChangeLog
===================================================================
--- trunk/Build/source/texk/makejvf/ChangeLog 2022-05-09 23:48:42 UTC (rev 63274)
+++ trunk/Build/source/texk/makejvf/ChangeLog 2022-05-10 15:30:12 UTC (rev 63275)
@@ -1,3 +1,9 @@
+2022-05-10 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+
+ * write.c: The DESIGNSIZE of output VF should be consistent with
+ that of input JFM.
+ https://github.com/texjporg/tex-jp-build/issues/140
+
2022-01-21 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
* uniblock.c, main.c: Update references Unicode blocks Blocks-14.0.0.txt.
Modified: trunk/Build/source/texk/makejvf/write.c
===================================================================
--- trunk/Build/source/texk/makejvf/write.c 2022-05-09 23:48:42 UTC (rev 63274)
+++ trunk/Build/source/texk/makejvf/write.c 2022-05-10 15:30:12 UTC (rev 63275)
@@ -24,7 +24,7 @@
fputc(202,fp); /* ID */
fputc(0,fp); /* comment size */
fputnum(0,4,fp); /* TFM check sum */
- fputnum(10*(1<<20),4,fp); /* TFM design size */
+ fputnum(unit,4,fp); /* TFM design size */
fputc(243,fp); /* fnt_def1 */
fputc(1+fidshift,fp); /* Font ID */
More information about the tex-live-commits
mailing list.