Commit graph

4 commits

Author SHA1 Message Date
Maxim Sobolev
d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Satoshi Taoka
ed0a8c97dc The directory of freetype's header files was changed
to /usr/local/include/freetype/, then perlftlib cannot find freetype.h.
This problem is fixed.

Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
              jihuang@csie.nctu.edu.tw
Obtained from: direct mails
2001-01-21 14:25:57 +00:00
Akinori MUSHA
14dfa33f7c Fix build failure on -current. (Another fix regarding Perl 5.6.0 update)
Approved by:	taoka-san (Maintainer)
2000-07-19 00:41:40 +00:00
SADA Kenji
6854484cd3 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>
1999-01-01 22:18:54 +00:00