Page 1 of 1

Re: Unicode encoding issue

Posted: 2008-11-17T04:16:03-07:00
by vilords
Ok, when I downgraded to 6.2.8_8 it seems to work fine, but another issue....

QueryMetrics provides just limited amount of information (array of 7 values instead of 13).

What MagicWand version starts to support the extended QueryMetrics? I still have to maintain the blank character output....when inserting font's unsupported ranges.

regards,
Paul

Re: Unicode encoding issue

Posted: 2008-11-17T04:49:36-07:00
by magick

Code: Select all

What MagicWand version starts to support the extended QueryMetrics? I still have to maintain the blank character output....when inserting font's unsupported ranges.
We believe MagickWand 1.0.5 and above supports the extended QueryFontMetrics() method (13 values rather than 7).

Re: Unicode encoding issue

Posted: 2008-11-17T05:00:48-07:00
by vilords
Ok, gonna try it.

Thanks