Blackberry (Java) - drawing text in two different fonts
        Posted  
        
            by paullb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by paullb
        
        
        
        Published on 2010-06-17T07:57:11Z
        Indexed on 
            2010/06/17
            8:43 UTC
        
        
        Read the original article
        Hit count: 255
        
java
|blackberry
using the g.drawText function (two calls one for each text) is it possible to write text in two different sizes?
g.drawText("abc",0,0);
//whatever code to change font goes here
g.drawText("def",30,30);
        © Stack Overflow or respective owner