Embed Font at Runtime


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. [Embed(systemFont="Banco Std",fontName="Banco", mimeType="application/x-font",unicodeRange = "U+40041-U+9308"]
  2. var banco:Class;
  3.  
  4. Font.registerFont(banco);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.