pdftex[896] branches/stable/tests/28-fake-interword-space-updated:
commits+thanh at tug.org
commits+thanh at tug.org
Tue Feb 14 15:05:37 CET 2023
Revision: 896
http://tug.org/svn/pdftex?view=revision&revision=896
Author: thanh
Date: 2023-02-14 15:05:36 +0100 (Tue, 14 Feb 2023)
Log Message:
-----------
update test files for pdftexspace
Modified Paths:
--------------
branches/stable/tests/28-fake-interword-space-updated/Makefile
Added Paths:
-----------
branches/stable/tests/28-fake-interword-space-updated/pdftexspace/
branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.ps
branches/stable/tests/28-fake-interword-space-updated/pdftexspace.pfb
branches/stable/tests/28-fake-interword-space-updated/pdftexspace.tfm
Modified: branches/stable/tests/28-fake-interword-space-updated/Makefile
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/Makefile 2023-02-11 16:32:45 UTC (rev 895)
+++ branches/stable/tests/28-fake-interword-space-updated/Makefile 2023-02-14 14:05:36 UTC (rev 896)
@@ -3,5 +3,8 @@
test:
$(pdftex2) -ini fake-interword-space.tex
+font:
+ cd pdftexspace; t1asm pdftexspace.ps pdftexspace.pfb
+
clean:
$(clean)
Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.ps
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.ps (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace/pdftexspace.ps 2023-02-14 14:05:36 UTC (rev 896)
@@ -0,0 +1,112 @@
+%!PS-AdobeFont-1.0: PdfTeX-Space 1.00
+%%CreationDate: 08 February 2023
+% This work is in the public domain.
+% Originally created by Han The Thanh and Karl Berry, 2023.
+% (Started editing from lmr10.pfa, but there's nothing LM-specific left.)
+%%EndComments
+FontDirectory/PdfTeX-Space known{/PdfTeX-Space findfont dup/UniqueID known{dup
+/UniqueID get 0 eq exch/FontType get 1 eq and}{pop false}ifelse
+{save true}{false}ifelse}{false}ifelse
+17 dict begin
+/FontInfo 9 dict dup begin
+/version(1.000)readonly def
+/Notice(Public domain)readonly def
+/FullName(PdfTeX-Space)readonly def
+/FamilyName(PdfTeX)readonly def
+/Weight(Normal)readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -1 def
+/UnderlineThickness 40 def
+end readonly def
+/FontName /PdfTeX-Space def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 32 /space put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/StrokeWidth 0 def
+/FontMatrix[0.001 0 0 0.001 0 0]readonly def
+%/UniqueID 0 def
+/FontBBox{0 -290 333 1127}readonly def
+% /FontBBox{0 0 333 0}readonly def
+% /FontBBox{-430 -290 1417 1127}readonly def
+currentdict end
+currentfile eexec
+dup/Private 19 dict dup begin
+/RD{string currentfile exch readstring pop}executeonly def
+/ND{noaccess def}executeonly def
+/NP{noaccess put}executeonly def
+/BlueValues [ ] def % required but can be empty
+%optional /BlueScale 0.04546 def
+%optional /BlueShift 7 def
+%optional /BlueFuzz 0 def
+/MinFeature{16 16}ND % required
+%/UniqueID 0 def
+%optional /StdHW[31]def
+%optional /StdVW[69]def
+%optional /StemSnapH[22 23 25 26 28 30 31 38 40 42 45 106]def
+%optional /StemSnapV[25 66 69 75 77 83 86 89 92 97 103 107]def
+/ForceBold false def
+/password 5839 def % required
+%
+% no hints needed, but include the standard first four OtherSubrs and
+% Subrs definitions anyway, since they (presumably) don't hurt. They are
+% never called.
+%
+% Copyright (c) 1987-1990 Adobe Systems Incorporated
+% All Rights Reserved.
+% This code to be used for hint replacement only
+/OtherSubrs
+[ { } { } { }
+{
+systemdict /internaldict known not
+{ pop 3 }
+{ 1183615869 systemdict /internaldict get exec
+dup /startlock known
+{ /startlock get exec }
+{ dup /strtlck known
+{ /strtlck get exec }
+{ pop 3 }
+ifelse }
+ifelse }
+ifelse
+} executeonly
+] noaccess def
+/Subrs 4 array
+dup 0 {
+ 3 0 callothersubr
+ pop
+ pop
+ setcurrentpoint
+ return
+ } NP
+dup 1 {
+ 0 1 callothersubr
+ return
+ } NP
+dup 2 {
+ 0 2 callothersubr
+ return
+ } NP
+dup 3 {
+ return
+ } NP
+ND
+2 index
+/CharStrings 2 dict dup begin
+/.notdef {
+ 0 280 hsbw
+ endchar
+ } ND
+/space {
+ 0 333
+ hsbw
+ endchar
+ } ND
+end end readonly put put
+dup/FontName get exch definefont pop
+mark currentfile closefile
+cleartomark
+%%EndResource
Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace.pfb
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace.pfb (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace.pfb 2023-02-14 14:05:36 UTC (rev 896)
@@ -0,0 +1 @@
+link pdftexspace/pdftexspace.pfb
\ No newline at end of file
Property changes on: branches/stable/tests/28-fake-interword-space-updated/pdftexspace.pfb
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Added: branches/stable/tests/28-fake-interword-space-updated/pdftexspace.tfm
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/pdftexspace.tfm (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/pdftexspace.tfm 2023-02-14 14:05:36 UTC (rev 896)
@@ -0,0 +1 @@
+link pdftexspace/pdftexspace.tfm
\ No newline at end of file
Property changes on: branches/stable/tests/28-fake-interword-space-updated/pdftexspace.tfm
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
More information about the pdftex-commits
mailing list.