gpt4 book ai didi

ios - 在屏幕上绘制文本

转载 作者:行者123 更新时间:2023-11-28 21:50:44 24 4
gpt4 key购买 nike

我保持简短:我正在寻找一种简单地绘制文本的方法(类似这样的东西:drawTextOnScreen:(NSString)stringToDraw at:(CGPoint)point 在屏幕上就像画一条线一样例如:

UIBezierPath *path = [UIBezierPath bezierPath];
[path moveToPoint:CGPointMake(center.x, center.y+innerRadius)]; //lower
[path addLineToPoint:CGPointMake(center.x, center.y+outerRadius)];

对于像这样的简单任务,我真的找不到简单的解决方案。

我的目标是 iOS8

最佳答案

好吧,如果你想要一种简单的方法来绘制字符串,请使用 UILabel

如果你必须使用核心图形,你可以使用[NSString drawInRect: withAttributes:]

关于ios - 在屏幕上绘制文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28439320/

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