summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/ChangeLog
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-04-29 06:43:04 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-04-29 06:43:04 +0000
commitf11e931741352726b6bb4ba3816ab1085ff43111 (patch)
treeab8d53460433e5496cb8a94e4c898ccefea4353d /Build/source/texk/dvipsk/ChangeLog
parente77ff4bcbdbcf7f9594fbc0231b2b3c1123f713b (diff)
dvips: VF fallback to OFM for (u)pTeX
The rule for virtual fonts (VF) fallback is extended: If a VF has no entry of a codepoint and the first MAPFONT designates an OFM for (u)pTeX, then we designate the glyph (usually with a fullwidth metric) of the same codepoint with the same metrics of the codepoint in the OFM. git-svn-id: svn://tug.org/texlive/trunk@66966 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/ChangeLog')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index b2e9b6c81f1..c08f2b2b081 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,21 @@
+2023-04-29 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * {virtualfont,pprescan,scanpage,dopage,tfmload}.c, dvips.h:
+ Fallback multibyte characters in virtual fonts to
+ OFM fonts for (u)pTeX.
+ https://github.com/texjporg/tex-jp-build/issues/99
+ * tfmload.c: Accept maximum EC 0x10FFFF for OFM level 1.
+ * uptex-vf.test, Makefile_upjf, testdata/upjf-r00.{ofm,opl},
+ testdata/upjv-r00.{ofm,opl}, testdata/upjf1-r.{tfm,pl},
+ testdata/upjf1_{full,omit}.{vf,zvp0}, Makefile.am:
+ Add new tests for fallback virtual font to OFM.
+
+ The rule for virtual fonts (VF) fallback is extended:
+ If a VF has no entry of a codepoint and the first
+ MAPFONT designates an OFM for (u)pTeX, then we designate the
+ glyph (usually with a fullwidth metric) of the same codepoint
+ with the same metrics of the codepoint in the OFM.
+
2023-03-09 Karl Berry <karl@tug.org>
* TL'23 release.