Font Style changed for non-english characters in RTB

  • Thread starter Thread starter cnu
  • Start date Start date
C

cnu

I have a richtextbox control that displays some text which
can be in english or korean or both. It works well if
there is only english text. If there is both english and
korean text then, the font style is changed from the
position where korean text starts. How can I avoid this
change of font style?

I have set the AutoScroll=false; Localizable=true for the
form so that the form and its controls are displayed
properly in all languages of OS.
 
This is really the only way that the control can support the use of a script
that is not contained within the originally selected font. Would showing
square boxes for the Korean Hangul/Hanja be a better solution?


--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.
 
Back
Top