Skip to main content
Participant
May 5, 2014
Question

How to show embedded and not embedded font in TextField at the same time?

  • May 5, 2014
  • 1 reply
  • 127 views

Hi guys,

I need to show embedded and not embedded font in my TextField at the same time. TextField has embedFonts = true and isHTML = true.

Any ideas?

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
May 5, 2014

Use two different fonts or two different textfields, one embedded and the other not.

minimedjAuthor
Participant
May 5, 2014

Two different font won't work for me because I need to support all UTF glyphs.

Idea with two TextFields one on top of other seems to be working. The only problem I see here - if half string is Chinese and hand Latin - then it will be quite problematic to properly position text...