gpt4 book ai didi

iphone - UIStringDrawing 更改字体颜色 - cocoa touch

转载 作者:行者123 更新时间:2023-12-03 19:31:48 27 4
gpt4 key购买 nike

UIFont 似乎无法管理颜色,有没有办法使用 UIStringDrawing.h 或具体更改字体颜色:

- (CGSize)drawInRect:(CGRect)rect withFont:(UIFont *)font

谢谢

最佳答案

看看UIColor。具体来说:

- (void) setFill;

例如:

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

其他方法包括 setStroke 和仅 set 来设置填充和描边。字体使用填充颜色。

关于iphone - UIStringDrawing 更改字体颜色 - cocoa touch ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1021433/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com