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: 177
        
python
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