home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 157
/
MOBICLIC157.ISO
/
pc
/
DATA
/
DSS157
/
DSS157_03
/
fonts
/
P22Vincent.swf
/
scripts
/
P22Vincent.as
< prev
Wrap
Text File
|
2013-09-17
|
341b
|
19 lines
package
{
import flash.display.Sprite;
import flash.text.Font;
public class P22Vincent extends Sprite
{
public static const fontClass:Class = P22Vincent_fontClass;
public function P22Vincent()
{
super();
Font.registerFont(fontClass);
}
}
}