CGContextSelectFont equivalent

后端 未结 3 2169
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-12 15:53

In iOS7 CGContextSelectFont is deprecated. Deprecation message says that I have to use Core Text, but I don\'t know which is the exact equivalent of this piece of code:

3条回答
  •  滥情空心
    2021-02-12 16:21

    You probably can use the following to replace it.

    1. CGContextSetFont
    2. CGContextSetFontSize

提交回复
热议问题