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 ...
Search found 3 matches
- 2007-07-06T13:40:39-07:00
- Forum: PerlMagick
- Topic: units for Draw's strokewidth?
- Replies: 1
- Views: 9448
- 2007-07-06T13:10:21-07:00
- Forum: Users
- Topic: PerlMagick's QueryFontMetrics
- Replies: 4
- Views: 16073
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: 10196
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 ...
When I get to the QueryFontMetrics call:
my ($w, $h, $ascend, $descend, $text_w, $text_h, $max)
= $image->QueryFontMetrics(font => '@arial.ttf',
pointsize => 64 ...