我知道我可以使用:CGSize R = [myString sizeWithFont:uiFont];
但问题是我没有 UIFont,我使用 Core Text。所以我有 CTFontRef。有什么方法可以使用给定的 CTFontRef 获取字符串大小?我也有字体大小double
。
谢谢
我知道我可以使用:CGSize R = [myString sizeWithFont:uiFont];
但问题是我没有 UIFont,我使用 Core Text。所以我有 CTFontRef。有什么方法可以使用给定的 CTFontRef 获取字符串大小?我也有字体大小double
。
谢谢