1.::SWF::FontCharacter(3U)ser Contributed Perl Documentati.o:n:SWF::FontCharacter(3)
2
3
4

NAME

6       SWF::FontCharacter - SWF Font Helper Class
7

SYNOPSIS

9               use SWF::FontCharacter;
10               $font = new SWF::Font('Arial.fdb');
11               $fontcharacter = $movie->addFont($font);
12               $fontcharacter = $movie->importFont('textField.swf', 'Arial337a');
13

DESCRIPTION

15       SWF::FontCharacter is a font helper class.  The objects are available
16       thru SWF::Movie methods(), so no constructor is present here.
17

METHODS

19       $fontcharacter->addChars($string)
20           Adds characters from string.
21
22       $fontcharacter->addUTF8Chars($string)
23           Adds UTF8 characters from string and will throw an error message
24           like "Character not found 12345" if any needed glyphs are not
25           present inside font definition.
26
27       $fontcharacter->addAllChars()
28           Adds all characters...  [ToDo: add some demo code here]
29

AUTHOR

31               developers of ming
32               ming.sourceforge.net
33

SEE ALSO

35       SWF, SWF::Movie, SWF::Font, SWF::Text, SWF::TextField
36
37
38
39perl v5.30.0                      2019-10-02          .::SWF::FontCharacter(3)
Impressum