summaryrefslogtreecommitdiff
path: root/print/perlftlib/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - UnbreakSergey Matveychuk2005-04-213-4/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/80168 Submitted by: Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=133833
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-1/+1
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* The directory of freetype's header files was changedSatoshi Taoka2001-01-211-0/+10
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=37400
* Fix build failure on -current. (Another fix regarding Perl 5.6.0 update)Akinori MUSHA2000-07-191-0/+11
| | | | | | | Approved by: taoka-san (Maintainer) Notes: svn path=/head/; revision=30808
* This is a package of libraries to use the FreeType library from theSADA Kenji1999-01-011-0/+35
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: svn path=/head/; revision=15761