1.::SWF::FontCollection(U3s)er Contributed Perl Documentat.i:o:nSWF::FontCollection(3)
2
3
4

NAME

6       SWF::FontCollection - SWF font collection class
7

SYNOPSIS

9               use SWF::SWF::FontCollection;
10               $fontcollection = new SWF::FontCollection("fonts.ttc");
11

DESCRIPTION

13       SWF::FontCollection is an experimental helper class useful for font
14       utilities.
15

METHODS

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

AUTHOR

27               developers of
28               ming.sourceforge.net
29

SEE ALSO

31       SWF, SWF::Font
32
33
34
35perl v5.30.0                      2019-10-02         .::SWF::FontCollection(3)
Impressum