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