Flash font embed

Out of context: Reply #3

  • Started
  • Last post
  • 6 Responses
  • rafalski0

    I am defining two font symbols, one out of plain, one bold version. I give those symbols names (standard and standardbold), set to export in 1st frame.
    Then in css I tried many approaches - defined h1 and p, then tried with classes only.
    Obviously I define font-family:"standard" for one and "standardbold" for the other.
    I load styles into a TextField.StyleSheet object.
    I set embedFonts = true for the textfield and assign predefined styles as styleSheet.

    Result of using both in one htmlText: only the first one is visible. They both export fine, I alternated them to check that.

View thread