pdftex[901]

commits+thanh at tug.org commits+thanh at tug.org
Fri Feb 17 10:26:33 CET 2023


Revision: 901
          http://tug.org/svn/pdftex?view=revision&revision=901
Author:   thanh
Date:     2023-02-17 10:26:32 +0100 (Fri, 17 Feb 2023)
Log Message:
-----------
update font pdftexspace

Added Paths:
-----------
    branches/stable/tests/28-fake-interword-space-updated/pdftexspace/Makefile
    branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pfb
    branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pl
    branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.tfm
    branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.pdf
    branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.tex

Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/Makefile
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/Makefile	                        (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/Makefile	2023-02-17 09:26:32 UTC (rev 901)
@@ -0,0 +1,20 @@
+# public domain
+
+font = pdftexspace
+
+try-space.pdf: try-space.tex $(font).pfb $(font).tfm
+	pdftex $<
+
+$(font).pfb: $(font).pfa
+	t1asm $< $@ || rm -f $@
+
+$(font).tfm: $(font).pl
+	pltotf $< $@ || rm -f $@
+
+files = Makefile
+files += $(font).pfb $(font).pfa
+files += $(font).tfm $(font).pl
+files += try-space.tex try-space.pdf
+
+dist: try-space.pdf
+	tar czf $(font).tgz $(files)

Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pfb
===================================================================
(Binary files differ)

Index: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pfb
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pfb	2023-02-16 22:35:38 UTC (rev 900)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pfb	2023-02-17 09:26:32 UTC (rev 901)

Property changes on: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pfb
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pl
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pl	                        (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.pl	2023-02-17 09:26:32 UTC (rev 901)
@@ -0,0 +1,18 @@
+(FAMILY PDFTEXDUMMYSPACE)
+(CODINGSCHEME SPACEONLY)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(comment actual size of space is 333bp = 334.24875pt)
+(FONTDIMEN
+   (SLANT R 0.0)
+   (SPACE R 0.33424875)
+   (STRETCH R 0.0)
+   (SHRINK R 0.0)
+   (XHEIGHT R 0.5)
+   (QUAD R 1.0)
+   (EXTRASPACE R 0.0)
+   )
+(CHARACTER O 40
+   (CHARWD R 0.33424875)
+   )

Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.tfm
===================================================================
(Binary files differ)

Index: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.tfm
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.tfm	2023-02-16 22:35:38 UTC (rev 900)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.tfm	2023-02-17 09:26:32 UTC (rev 901)

Property changes on: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.tfm
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.pdf
===================================================================
(Binary files differ)

Index: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.pdf
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.pdf	2023-02-16 22:35:38 UTC (rev 900)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.pdf	2023-02-17 09:26:32 UTC (rev 901)

Property changes on: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.tex
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.tex	                        (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/try-space.tex	2023-02-17 09:26:32 UTC (rev 901)
@@ -0,0 +1,7 @@
+\nopagenumbers
+\pdfmapline{+pdftexspace PdfTeX-Space <pdftexspace.pfb}
+\font\spacefont = pdftexspace
+\def\realspace{{\spacefont\char32}}
+
+Hello\realspace world.
+\end



More information about the pdftex-commits mailing list.