maDrawTextW

3 posts / 0 new
Last post
ciramurat
ciramurat's picture
Offline
Joined: 6 Apr 2010
Posts:
maDrawTextW

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?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

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?

AttachmentSize
exWidgets.001.zip 3.9 KB
ciramurat
ciramurat's picture
Offline
Joined: 6 Apr 2010
Posts:

thanks,