更改标签“Comic-Sans-Ms”的字体

发布于 2024-12-11 17:14:27 字数 364 浏览 0 评论 0原文

我认为这是一个非常基本的问题,但我尝试了很多方法来更改 UILabel 的字体 我尝试了这个代码

lbl = [[UILabel alloc] initWithFrame:CGRectMake(10, 10, 300, 100)];
[lbl setText:@"Demo Text"];
[lbl setFont:[UIFont fontWithName:@"Comic-Sans-Ms" size:20]];

,但它不起作用,你能告诉我为什么我的标签中没有“Comic Sans Ms”字体吗?使用此代码,其他字体可以正常工作,但我不知道“Comic-Sans-MS”有什么问题,

谢谢..

i think this is really basic question but i try many way to change the font of UILabel
i try this code

lbl = [[UILabel alloc] initWithFrame:CGRectMake(10, 10, 300, 100)];
[lbl setText:@"Demo Text"];
[lbl setFont:[UIFont fontWithName:@"Comic-Sans-Ms" size:20]];

but it's not work can you please tell me why i am not getting "Comic Sans Ms" font in my label. with this code other font are working but i don't know what is problem with "Comic-Sans-MS"

Thanks..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

方圜几里 2024-12-18 17:14:27

我猜这是iOS?这是因为 iOS 上未安装 Comic Sans

I take it this is iOS? It would then be because Comic Sans is not installed on iOS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文