You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.4 KiB
40 lines
1.4 KiB
diff --git a/Resource/Init/gs_ttf.ps b/Resource/Init/gs_ttf.ps |
|
index 064b6c8..600907e 100644 |
|
--- a/Resource/Init/gs_ttf.ps |
|
+++ b/Resource/Init/gs_ttf.ps |
|
@@ -1421,7 +1421,7 @@ mark |
|
TTFDEBUG { (\n1 setting alias: ) print dup ==only |
|
( to be the same as ) print 2 index //== exec } if |
|
|
|
- 7 index 2 index 3 -1 roll exch .forceput |
|
+ 7 index 2 index 3 -1 roll exch put |
|
} forall |
|
pop pop pop |
|
} |
|
@@ -1439,7 +1439,7 @@ mark |
|
exch pop |
|
TTFDEBUG { (\n2 setting alias: ) print 1 index ==only |
|
( to use glyph index: ) print dup //== exec } if |
|
- 5 index 3 1 roll .forceput |
|
+ 5 index 3 1 roll put |
|
//false |
|
} |
|
{ |
|
@@ -1456,7 +1456,7 @@ mark |
|
{ % CharStrings(dict) isunicode(boolean) cmap(dict) RAGL(dict) gname(name) codep(integer) gindex(integer) |
|
TTFDEBUG { (\3 nsetting alias: ) print 1 index ==only |
|
( to be index: ) print dup //== exec } if |
|
- exch pop 5 index 3 1 roll .forceput |
|
+ exch pop 5 index 3 1 roll put |
|
} |
|
{ |
|
pop pop |
|
@@ -1486,7 +1486,7 @@ mark |
|
} ifelse |
|
] |
|
TTFDEBUG { (Encoding: ) print dup === flush } if |
|
-} .bind executeonly odef % hides .forceput |
|
+} .bind odef |
|
|
|
% to be removed 9.09...... |
|
currentdict /postalias undef
|
|
|