Antonio Linares wrote:Grzegorz,
> specific polish characters are replaced with Western language characters
Do those polish characters look fine in Pocket Word using the same font ?
Antonio Linares wrote:If Polish is not supported by Windows Mobile (it seems quite strange), then you may need to build your own function to properly translate your chars into the right ones:
TextToPolish( <cText> ) --> <cPolishText>
Unfortunately we don't know Polish so we can't help you there
but its not a difficult function to build
Antonio Linares wrote:Then you can only use those fonts unless you install more fonts on it.
Please review samples\Test2.prg to see how to manage fonts
DEFINE FONT oFont NAME "Verdana" SIZE 8, -12
oFont:nCharSet := 238 // change to East Europe char set
oFont = TFont():New( "Verdana", -12, 8,,,,,,,, 238 )
Antonio Linares wrote:You can not do it this way:
- Code: Select all Expand view
DEFINE FONT oFont NAME "Verdana" SIZE 8, -12
oFont:nCharSet := 238 // change to East Europe char set
instead, do it this way:
- Code: Select all Expand view
oFont = TFont():New( "Verdana", -12, 8,,,,,,,, 238 )
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 2 guests