Search found 3 matches
- 2007-07-06T13:40:39-07:00
- Forum: PerlMagick
- Topic: units for Draw's strokewidth?
- Replies: 1
- Views: 8717
units for Draw's strokewidth?
What are the units for the Draw method's strokewidth parameter? pixels? points? inches? percent? mm? cm? The documentation lists it as "float", which tells the form, but none of the semantics. Oddly, strokewidth is defined as float for: Draw and integer for: Annotate and Polaroid. But none of these ...
- 2007-07-06T13:10:21-07:00
- Forum: Users
- Topic: PerlMagick's QueryFontMetrics
- Replies: 4
- Views: 15146
Re: PerlMagick's QueryFontMetrics
Please ignore...I replied to the wrong thread and I can't delete this message.
- 2007-07-06T12:08:27-07:00
- Forum: PerlMagick
- Topic: problem with QueryFontMetrics
- Replies: 1
- Views: 9517
problem with QueryFontMetrics
I'm trying to call QueryFontMetrics from PerlMagick 6.3.4, using the sample program given in Perl Graphics Programming, pages 66-68. When I get to the QueryFontMetrics call: my ($w, $h, $ascend, $descend, $text_w, $text_h, $max) = $image->QueryFontMetrics(font => '@arial.ttf', pointsize => 64, text ...