在 SwiftUI 中,如何根据字体获取字符串元素的显示宽度

In SwiftUI, how do I get the display width of a string element based on the font

提问人:Lyle Groome 提问时间:11/18/2023 更新时间:11/18/2023 访问量:3

问:

我正在尝试根据字体特征在 SwiftUI 中获取字符串的显示宽度。 像这样:

func stringSize(text: String, font: Font) -> (Double, Double)

size = stringSize(“这是一个测试”, Font.title)

真的只需要宽度,但两者都可以

字符串 大小

评论


答: 暂无答案