SWF::FontCharacter - SWF Font Helper Class
use SWF::FontCharacter; $font = new SWF::Font('Arial.fdb'); $fontcharacter = $movie->addFont($font); $fontcharacter = $movie->importFont('textField.swf', 'Arial337a');
SWF::FontCharacter is a font helper class.
The objects are available thru SWF::Movie methods()
,
so no constructor is present here.
addChars($string)
Adds characters from string.
Adds UTF8 characters from string and will throw an error message like "Character not found 12345" if any needed glyphs are not present inside font definition.
addAllChars()
Adds all characters... [ToDo: add some demo code here]
developers of ming ming.sourceforge.net
SWF, SWF::Movie, SWF::Font, SWF::Text, SWF::TextField