summaryrefslogtreecommitdiff
path: root/print/perlftlib/pkg-comment
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-01-01 22:18:54 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-01-01 22:18:54 +0000
commit6854484cd32be3b74c42ea0eceb35265cdaaa050 (patch)
treed606264e703490c17a4557dac5174e7c42c26f41 /print/perlftlib/pkg-comment
parentUpdate patch forgotten during port update to 1.11.1. (diff)
This is a package of libraries to use the FreeType library from the
perl language. It contains following pieces. <FreeType.xs> This is a simple caller of the FreeType library. It has same API as the FreeType library, so please read a manual of that to understand how to use this. <FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use the FreeType library from perl with easy, perl-like API. <ftinfo.pl> This is a dumper of a lot of information in each TrueType fonts. This convert them as human readable strings. <mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC fils. It has special handler for DynaLab fonts, so it make good fonts.dir automatically. And it detects what language's fonts are contained in it by looking at code_page_range field in os2 table, so it makes right entries. See also <http://www.io.com/~kazushi/xtt/#perlftlib> Note that ftinfo core-dumps with a signal 11 in case using perl5.00502. :-) Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=15761
Diffstat (limited to 'print/perlftlib/pkg-comment')
-rw-r--r--print/perlftlib/pkg-comment1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/perlftlib/pkg-comment b/print/perlftlib/pkg-comment
new file mode 100644
index 000000000000..cac0e5120614
--- /dev/null
+++ b/print/perlftlib/pkg-comment
@@ -0,0 +1 @@
+libraries to use the FreeType library from the perl language