FreeBSD Manual Pages
.::SWF::FontCollectionUser Contributed Perl Documenta.::SWF::FontCollection(3) NAME SWF::FontCollection - SWF font collection class SYNOPSIS use SWF::SWF::FontCollection; $fontcollection = new SWF::FontCollection("fonts.ttc"); DESCRIPTION SWF::FontCollection is an experimental helper class useful for font utilities. METHODS $fontcollection = new SWF::FontCollection($filename) Creates a SWF::FontCollection object. $count = $fontcollection->getFontCount() Returns font count. $font = $fontcollection->getFont( $index ) Returns SWF::Font object of number $index. AUTHOR developers of ming.sourceforge.net SEE ALSO SWF, SWF::Font perl v5.32.0 2017-04-07 .::SWF::FontCollection(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=SWF::FontCollection&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>