pdftex[943] branches/stable/tests/37-interword-space-at-font-switch:
commits+thanh at tug.org
commits+thanh at tug.org
Thu Jan 23 11:30:59 CET 2025
Revision: 943
https://tug.org/svn/pdftex?view=revision&revision=943
Author: thanh
Date: 2025-01-23 11:30:59 +0100 (Thu, 23 Jan 2025)
Log Message:
-----------
add test files for: missing space chars at font switches
Added Paths:
-----------
branches/stable/tests/37-interword-space-at-font-switch/
branches/stable/tests/37-interword-space-at-font-switch/Makefile
branches/stable/tests/37-interword-space-at-font-switch/f.tex
Added: branches/stable/tests/37-interword-space-at-font-switch/Makefile
===================================================================
--- branches/stable/tests/37-interword-space-at-font-switch/Makefile (rev 0)
+++ branches/stable/tests/37-interword-space-at-font-switch/Makefile 2025-01-23 10:30:59 UTC (rev 943)
@@ -0,0 +1,7 @@
+include ../Common.mak
+
+test:
+ $(pdftex2) -ini f.tex
+
+clean:
+ $(clean)
Added: branches/stable/tests/37-interword-space-at-font-switch/f.tex
===================================================================
--- branches/stable/tests/37-interword-space-at-font-switch/f.tex (rev 0)
+++ branches/stable/tests/37-interword-space-at-font-switch/f.tex 2025-01-23 10:30:59 UTC (rev 943)
@@ -0,0 +1,13 @@
+\input plain.tex
+\input pdftexconfig.tex
+\input pdftexmagfix.tex
+\pdfcompresslevel=0
+\pdfobjcompresslevel=0
+\pdftracingfonts=1
+
+\font\f=cmb10
+\pdfinterwordspaceon
+
+text text {\f abc def} text text
+
+\bye
More information about the pdftex-commits
mailing list.