15 lines
222 B
ActionScript
15 lines
222 B
ActionScript
|
package {
|
||
|
import mx.core.*;
|
||
|
|
||
|
[Embed(source='PSpop.otf'
|
||
|
,fontFamily ='PSpop'
|
||
|
,fontStyle ='normal'
|
||
|
,fontWeight ='normal'
|
||
|
,embedAsCFF='true'
|
||
|
)]
|
||
|
public class Main_FontClass extends FontAsset {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|