https://bugzilla.novell.com/show_bug.cgi?id=883677 https://bugzilla.novell.com/show_bug.cgi?id=883677#c3 Christopher Yeleighton <giecrilj@stegny.2a.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Christopher Yeleighton <giecrilj@stegny.2a.pl> 2014-09-06 09:59:36 UTC --- The whole story: * If Microsoft Arial is installed and available, ImageMagick uses FreeType and everything is defined and works just like that. * Otherwise, FreeType seems to fail: { xfd -fa sans; }: no font to display and ImageMagick uses Nimbus Sans L which does not contain a glyph for ′ and apparently replaces it with the glyph for ?: And that is wrong, as the rendering of the following program shows: /Helvetica findfont 18 scalefont setfont 10 10 moveto /.notdef showglyph showpage So this looks like an upstream bug and upstream is unwilling to handle it because they say it is another bug that has been fixed in the current version. The log shows that the character is passed to Annotate unaltered: 6.8.6 Annotate display[4187]: annotate.c/GetTypeMetrics/797/Annotate Metrics: text: h′ ; width: 1824; height: 1651; ascent: 972; descent: -291; max advance: 1440; bounds: 0,0 678.656,988.047; origin: 1853,0; pixels per em: 1333,1333; underline position: -2.35938; underline thickness: 0.78125 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.