i want to use change text color, how?
example;
maDrawTextW(20,30,L"dfğğğğüüüüüşşşşş");
and how can use it in label and other ui?
shortly when will mosync support unicode?
i want to use change text color, how?
example;
maDrawTextW(20,30,L"dfğğğğüüüüüşşşşş");
and how can use it in label and other ui?
shortly when will mosync support unicode?
Text drawn by maDrawText*() takes its color from maSetColor().
I've made a set of widgets that use the native text drawing. They are experimental, and may have bugs. I've attached the source code here. Note that you'll need a recent nightly build to compile them without modification.
With the exception of MAUI, MoSync's nightlies supports unicode as well as it can. Is there anything else you're missing?
| Attachment | Size |
|---|---|
| exWidgets.001.zip | 3.9 KB |
thanks,