| Edit | Rename | Changes | History | Upload | Download | Back to Top |
To get the Euro character being printed the first thing to do is to add the Euro unicode values ('Euro' 16r20AC) to the method PostScriptFontBody class >> psCodes (PostScriptFontBody-eurosymbol-support.st)
Now the width of the Euro character has to be known to the VW. This information is obtained from fontmetric files. The standard set of font metric files is available in the DONWLOAD directory of this wiki. The files however do not include the Euro character information. Therefore a new set of fontmetric files is needed. I found some files on the internet, and put them here as fontmets2.zip in de DOWNLOAD section. Keep in mind that not all fonts in the set Cincom is offering are included in the set I put here. Just the basic fonts are included. You can read the font files using PostScriptFontBody class >> rescanFontMetrics or better use the PSFontPrinting5i parc goodie. You need a fix of PostScriptFontBody class >> nameToken: (also in PostScriptFontBody class >> PostScriptFontBody-eurosymbol-support.st to read the .notdef symbol in this new version metric files.
In order to have Euro support in Postscrip out of the box maybe Cincom can modify the VW code and supply updated fontmetrics files.
Ype Hemstra
EDS Travel & Transport Solutions
The Netherlands
| Edit | Rename | Changes | History | Upload | Download | Back to Top |