pdftex[880] branches/stable/tests/24-cant-read-gentium: add test

commits+thanh at tug.org commits+thanh at tug.org
Sun May 22 10:36:31 CEST 2022


Revision: 880
          http://tug.org/svn/pdftex?view=revision&revision=880
Author:   thanh
Date:     2022-05-22 10:36:31 +0200 (Sun, 22 May 2022)
Log Message:
-----------
add test files for bug: pdftex can't read gentium.ttf

Added Paths:
-----------
    branches/stable/tests/24-cant-read-gentium/
    branches/stable/tests/24-cant-read-gentium/GentiumPlus-Regular.ttf
    branches/stable/tests/24-cant-read-gentium/Makefile
    branches/stable/tests/24-cant-read-gentium/gentium-ttf.tex
    branches/stable/tests/24-cant-read-gentium/texnansi-gentiumplus-regular.tfm

Added: branches/stable/tests/24-cant-read-gentium/GentiumPlus-Regular.ttf
===================================================================
(Binary files differ)

Index: branches/stable/tests/24-cant-read-gentium/GentiumPlus-Regular.ttf
===================================================================
--- branches/stable/tests/24-cant-read-gentium/GentiumPlus-Regular.ttf	2022-04-26 16:19:17 UTC (rev 879)
+++ branches/stable/tests/24-cant-read-gentium/GentiumPlus-Regular.ttf	2022-05-22 08:36:31 UTC (rev 880)

Property changes on: branches/stable/tests/24-cant-read-gentium/GentiumPlus-Regular.ttf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/stable/tests/24-cant-read-gentium/Makefile
===================================================================
--- branches/stable/tests/24-cant-read-gentium/Makefile	                        (rev 0)
+++ branches/stable/tests/24-cant-read-gentium/Makefile	2022-05-22 08:36:31 UTC (rev 880)
@@ -0,0 +1,13 @@
+include ../Common.mak
+
+# prog = $(pdftex2) -fmt pdfetex
+
+test:
+	$(pdftex2) -ini ./gentium-ttf.tex
+
+# fmt:
+	# $(pdftex2) -ini '*pdfetex.ini'
+
+clean:
+	$(clean)
+

Added: branches/stable/tests/24-cant-read-gentium/gentium-ttf.tex
===================================================================
--- branches/stable/tests/24-cant-read-gentium/gentium-ttf.tex	                        (rev 0)
+++ branches/stable/tests/24-cant-read-gentium/gentium-ttf.tex	2022-05-22 08:36:31 UTC (rev 880)
@@ -0,0 +1,7 @@
+\catcode`\{=1
+\catcode`\}=2
+\pdfoutput=1
+\hsize=25pt
+\pdfmapline{texnansi-gentiumplus-regular <texnansi.enc <GentiumPlus-Regular.ttf}
+\font\x = texnansi-gentiumplus-regular
+\hbox{\x hi\hfil}\end

Added: branches/stable/tests/24-cant-read-gentium/texnansi-gentiumplus-regular.tfm
===================================================================
(Binary files differ)

Index: branches/stable/tests/24-cant-read-gentium/texnansi-gentiumplus-regular.tfm
===================================================================
--- branches/stable/tests/24-cant-read-gentium/texnansi-gentiumplus-regular.tfm	2022-04-26 16:19:17 UTC (rev 879)
+++ branches/stable/tests/24-cant-read-gentium/texnansi-gentiumplus-regular.tfm	2022-05-22 08:36:31 UTC (rev 880)

Property changes on: branches/stable/tests/24-cant-read-gentium/texnansi-gentiumplus-regular.tfm
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property


More information about the pdftex-commits mailing list.