1.::SWF::FontCollection(U3s)er Contributed Perl Documentat.i:o:nSWF::FontCollection(3)
2
3
4
6 SWF::FontCollection - SWF font collection class
7
9 use SWF::SWF::FontCollection;
10 $fontcollection = new SWF::FontCollection("fonts.ttc");
11
13 SWF::FontCollection is an experimental helper class useful for font
14 utilities.
15
17 $fontcollection = new SWF::FontCollection($filename)
18 Creates a SWF::FontCollection object.
19
20 $count = $fontcollection->getFontCount()
21 Returns font count.
22
23 $font = $fontcollection->getFont( $index )
24 Returns SWF::Font object of number $index.
25
27 developers of
28 ming.sourceforge.net
29
31 SWF, SWF::Font
32
33
34
35perl v5.28.1 2018-11-12 .::SWF::FontCollection(3)