projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e425d
)
Note that only FT2 supports transforms so far.
author
Tony Cook
<tony@develop=help.com>
Mon, 13 Jan 2003 02:52:40 +0000
(
02:52
+0000)
committer
Tony Cook
<tony@develop=help.com>
Mon, 13 Jan 2003 02:52:40 +0000
(
02:52
+0000)
lib/Imager/Font.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Imager/Font.pm
b/lib/Imager/Font.pm
index a296967d6efa1c7590c077a67089b30889e52025..870d6cfb1c9af15c39418018126b810c894bba11 100644
(file)
--- a/
lib/Imager/Font.pm
+++ b/
lib/Imager/Font.pm
@@
-662,6
+662,9
@@
It's possible that a driver will disable hinting if you use a
transformation, to prevent discontinuities in the transformations.
See the end of the test script t/t38ft2font.t for an example.
+Currently only the ft2 (Freetype 2.x) driver supports the transform()
+method.
+
=item has_chars(string=>$text)
Checks if the characters in $text are defined by the font.