|
From: <ham...@t-...> - 2003-02-01 19:44:22
|
>> Hi! >> >> After updating to current cvs version >> - I use the perl_ext - >> shape->drawGlyph does not work ?? >> In version 0.2a >> drawGlyph accepted numeric charcode, >> but now it crashes and only accepts chars like '@' >> but the result looks not like the character i use. >> there is some output but for all different chars the same form! >> Hi, I am not sure whether it takes a numeric or a char as input - I recently had that wrong on the similar $font->getShape and always got some rubbish response. It turned out to be whatever glyph 0 was in that particular font, or a damaged glyph 1 if glyph 0 is a space. I believe I committed a fix to not run into glyph 1 Wolfgang |