diff options
Diffstat (limited to 'Build/source/texk/dvipsk/ChangeLog')
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 18 |
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. |