diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-29 23:48:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-29 23:48:29 +0000 |
commit | 4876aa3a20e41be9c4b60d955aa59a4596883c57 (patch) | |
tree | 1e7e51039a9c383940b8d309f2a4e9a16d11f7c6 /Build/source/texk/web2c/pdftexdir/ChangeLog | |
parent | 64fe492d04d786d03d443b50d3834e1c6a1f6a53 (diff) |
embed each re-encoded bitmap font separately
git-svn-id: svn://tug.org/texlive/trunk@43642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 92dc192dfcb..c788f747633 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,11 @@ +2017-03-30 Pali Roh\'ar <pali.rohar@gmail.com> + + * writet3.c (writet3): ensure fm is non-NULL before dereferencing. + * mapfile.c (check_fm_entry): omit check for is_reencoded, i.e., + an .enc file. This way, each bitmap font is embedded separately, + thus rasterized by MF instead of geometrically scaling up. + https://mailman.ntg.nl/pipermail/ntg-pdftex/2017-March/004125.html + 2017-03-29 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * writepng.c: Fix the size of memory to allocate when writing @@ -11,7 +19,7 @@ * pdftex.web (pdftex_revision, pdftex_version_string): version [1.40.]18 for TL17. -2017-03-16 Pali Roh\'ar <pali.rohar@gmail.com> +2017-03-16 Pali Roh\'ar <pali.rohar@gmail.com> Allow .enc files for bitmap fonts, following thread at http://tug.org/pipermail/pdftex/2016-June/008980.html |