Hi, I think draw_obj has problems with unicode strings. I tried many ways to use it but it just draws the first character of the string. I think that's because second byte of a 16-bit char is most of the times zero(0x0) and draw_obj interprets it as a 8-bit null char.
If this is not the case, can you provide me an example to use draw_obj with a unicode string?