Skip to main content
Participant
March 2, 2011
Question

Fontsize in TextConverter

  • March 2, 2011
  • 2 replies
  • 896 views

Hello

We use the TextConverter to export a textflow to html. We have however a problem with the font size. The size is exported in the size attribute of the font tag. The size attribute is however deprecated. Is it possible to configure the TextConverter that it uses the font-size style instead?

Best regards

Tom Pijsel

This topic has been closed for replies.

2 replies

Adobe Employee
March 3, 2011

The export from TextFlow to HTML is not a true HTML export -- its just trying to be compatible with what flash.text.TextField does in its htmlText property. So there is no export that uses CSS-style properties, sorry.

- robin

Adobe Employee
March 2, 2011

Hello Tom,

The TextFieldHTML converter exists strictly for compatibility with TextField.  A more HTML like TextConverter is certainly something we'd like to do but that would be an entirely different TextConverter.

Richard