Polish fonts on Windows CE 5.0 and Mobile 6.0

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I am developing a pocket app. I want to let user use polish fonts in the app.
Is it possible? Should I change/add any font to the app or reconfigure device?
 
I forgot to say: there are polish fonts in the app but I would like to let
user write polish fonts in textboxes in the app.
 
If the device contains support for the font's, you just need to change the
font associated with the EDIT controls. At run-time, figure out what font
you want to use and assign that to textBox1.Font (or whatever control name).
I'm not sure what you mean by saying that "there are polish fonts in the
app". Fonts aren't in an application, as far as I can think... As far as
data entry of Polish characters, you'll have problems with that unless you
have some means of entering the right characters (a Software Input Panel or
something, which you'd have to write yourself).

Paul T.
 
Back
Top