You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into "Font does not contain character xxx". I'd like to sanitize my strings and I'm willing to do my own character substitutions, but I cannot find a way to test if a font does support a character, or to enumerate which characters are supported. Other than to try to AddText and catch the exception.
Is there a mechanism to learn what characters are going to be safe?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I run into "Font does not contain character xxx". I'd like to sanitize my strings and I'm willing to do my own character substitutions, but I cannot find a way to test if a font does support a character, or to enumerate which characters are supported. Other than to try to AddText and catch the exception.
Is there a mechanism to learn what characters are going to be safe?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions