Skip to content

Instantly share code, notes, and snippets.

@pierot
Created March 31, 2010 08:46
Show Gist options
  • Save pierot/350104 to your computer and use it in GitHub Desktop.
Save pierot/350104 to your computer and use it in GitHub Desktop.
var st:StyleSheet = new StyleSheet();
st.setStyle(".strong", {fontFamily: new FreemindBold().fontName});
txt.embedFonts = true;
txt.styleSheet = st;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment