mrmfx2014 / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

Some Type 1 (Postscript) fonts are scrambled #155

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which program triggers the problem? Specify the filename if possible.
Any program that uses the font

What steps will reproduce the problem?
1. Install affected type1 font (ex. Helvetica)
2. Use font

What is the expected output? What do you see instead?
Character index seems to be off by 1, i.e. ABCD becomes BCDE, 0123 becomes 
1234, etc...
When I turn off the gdipp service (32-bit), affected fonts return to normal

What version of gdipp (including renderer)? On which operating system?
gdipp_x64_0.9.1, Windows 7 x64
Default renderer

Please provide any additional information below. Screenshots always help.
Attached screenshot and example font.

This does not effect ALL type 1 fonts

Original issue reported on code.google.com by lone...@gmail.com on 2 Mar 2011 at 3:19

Attachments:

GoogleCodeExporter commented 8 years ago
Futura Light Regular is another font that has this off-by-one problem.

My workaround was to include this in the settings file:

<font name="Futura.*">
 <renderer>0</renderer>
</font>

Original comment by blodulv on 27 Jul 2011 at 6:40

GoogleCodeExporter commented 8 years ago
I have this problem too.

No updates in almost a year. =|

Original comment by henrique...@apoena.com.br on 15 Mar 2012 at 5:01

GoogleCodeExporter commented 8 years ago
I also have this problem. Pretty crucial bug -- needs to be fixed or else I 
won't bother to use the program

Original comment by yaph...@gmail.com on 16 Mar 2012 at 5:57

GoogleCodeExporter commented 8 years ago
additionally, in 0.7.6 (the "stable" version), type 1 fonts cannot be viewed at 
all -- they cause applications to crash.

Original comment by yaph...@gmail.com on 16 Mar 2012 at 6:12

GoogleCodeExporter commented 8 years ago
Also have this issue with Helvetica. Very annoying,

Original comment by nickholz...@gmail.com on 9 Apr 2012 at 5:34