Discussion Board
-
self.canvas.text
2005-07-05, 08:48
#1
Registered User
Im trying to write 2 text's on a canvas with different fonts.. but it just seems to stick to the first font used.
self.canvas.text( (30,30) , unicode(time.strftime("%H:%M",time.localtime())) , 0x00ff00 , u"Alpi13" )
self.canvas.text( (100,20) , unicode(time.strftime("%A",time.localtime())) , 0x00ff00 , u"LatinBold19" )
The second text uses Alpi13 to.. If I switch the order of the lines.. the second uses LatinBold19 for both
Is this a limitation ?
Only tried on the emulator though... 1.13..
-
Super Contributor
Verified and filed as bug #211. Thanks for the report.
-
Registered User
Ok... no problemo... thank you guys, who made my phone fun again
-
Super Contributor
Resolved. Fix will be included in the next release.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules