-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2023-04-29 TANAKA Takuji <[email protected]> | ||
|
||
* {vf,tfm}.c: | ||
Fallback multibyte characters in virtual fonts to | ||
OFM fonts for (u)pTeX. | ||
https://github.com/texjporg/tex-jp-build/issues/99 | ||
* configure.ac: version 20230429. | ||
* dvipdfmx-upjf.test, Makefile_upjf, tests/upjf-r00.{ofm,opl}, | ||
tests/upjv-r00.{ofm,opl}, tests/upjf1-r.{tfm,pl}, | ||
tests/upjf1_{full,omit}.{vf,zvp0}: | ||
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 <[email protected]> | ||
|
||
* TL'23 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ dnl This file is free software; the copyright holder | |
dnl gives unlimited permission to copy and/or distribute it, | ||
dnl with or without modifications, as long as this notice is preserved. | ||
dnl | ||
AC_INIT([dvipdfm-x (TeX Live)], [20220710], [[email protected]]) | ||
AC_INIT([dvipdfm-x (TeX Live)], [20230429], [[email protected]]) | ||
AC_PREREQ([2.65]) | ||
AC_CONFIG_SRCDIR([agl.c]) | ||
AC_CONFIG_AUX_DIR([../../build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh -vx | ||
# $Id$ | ||
# Copyright 2020-2022 Japanese TeX Development Community <[email protected]> | ||
# Copyright 2020-2023 Japanese TeX Development Community <[email protected]> | ||
# You may freely use, modify and/or distribute this file. | ||
|
||
TEXMFCNF=$srcdir/../kpathsea | ||
|
@@ -86,4 +86,3 @@ test -z "$failed" && exit 0 | |
echo | ||
echo "failed tests:$failed" | ||
exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters