2009-06-20 63 views

回答

10

看看在UIColor。具體做法是:

- (void) setFill; 

例如:

[[UIColor redColor] setFill]; 
[myString drawInRect:rect withFont:font]; 

其它方法包括setStroke,只是set同時設置填充和中風。字體使用填充顏色。