Skip to main content
Participant
July 15, 2009
Question

Symbol type font in RichEditableText

  • July 15, 2009
  • 1 reply
  • 814 views

Hello, can anyone get Wingdings or some other "symbol" type font to work in RichEditableText on Windows?  Even when it's not embedded.  It seems TLF decides which fonts it will display based on Latin-ness.

Anyone run into this also?

This topic has been closed for replies.

1 reply

Adobe Employee
July 15, 2009

My understanding is that TLF (really FTE underneath) is unicode based.  You have to use the unicode values.  For example:

<?xml version="1.0" encoding="utf-8"?>
<TextFlow xmlns="http://ns.adobe.com/textLayout/2008"><p fontSize="64"><span fontFamily="Wingdings">asdf&#x263A;</span></p></TextFlow>

From

http://www.unicode.org/charts/PDF/U2600.pdf

Hope that helps,

Richard