简体   繁体   English

iOS上可能的最大字号

[英]Largest Possible Font Size on iOS

Is it possible to make a font larger than 300pt on iOS? 在iOS上是否可以使字体大于300pt? If not, what are alternative approaches when dealing with UILabels? 如果不是,在处理UILabel时有哪些替代方法?

You can make a font larger than 300pt. 您可以使字体大于300pt。 In storyboard, you need open it as source code and change the pointSize. 在情节提要中,您需要将其作为源代码打开并更改pointSize。

<fontDescription key="fontDescription" ... pointSize="400"/>

but why you need such a large font. 但是为什么需要这么大的字体。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM