Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package
  2. {
  3. import flash.text.Font;
  4.  
  5. // This will not generate any ActionScript!
  6. [Embed(source="MyFont.otf", fontFamily="myFont", mimeType='application/x-font')]
  7. public class MyFont extends Font
  8. {
  9. public function MyFont()
  10. {
  11. super();
  12. }
  13. }
  14. }
Add Comment
Please, Sign In to add comment