String size to pixel conversion

Posted by MA1 on Stack Overflow See other posts from Stack Overflow or by MA1
Published on 2010-03-16T14:40:40Z Indexed on 2010/03/16 14:46 UTC
Read the original article Hit count: 110

Filed under:

How to convert a python string size into pixels.

For Example: If we have a string like str = "python" len(str) = 6

So, how to convert the above string length/size into pixels?

© Stack Overflow or respective owner

Related posts about python