home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 161
/
MOBICLIC161.ISO
/
pc
/
DATA
/
ANI161
/
ANI161_00
/
fonts
/
OCRAStd.swf
/
scripts
/
OCRAStd.as
< prev
Wrap
Text File
|
2014-01-15
|
332b
|
19 lines
package
{
import flash.display.Sprite;
import flash.text.Font;
public class OCRAStd extends Sprite
{
public static const fontClass:Class = OCRAStd_fontClass;
public function OCRAStd()
{
super();
Font.registerFont(fontClass);
}
}
}