Unicode encoding issue

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
vilords

Re: Unicode encoding issue

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Unicode encoding issue

Post 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).
vilords

Re: Unicode encoding issue

Post by vilords »

Ok, gonna try it.

Thanks
Post Reply