API usage文本文档 APIEnumerationhps本页总览hpsAsk a question 半点(2 个半点 = 1 点)。 类型 number 示例 This example sets the text font size to 22 half-points. CodeResultPlayground// How to resize a text using half-points.// Resize a font size by specifying a size in half-points.textPr.SetFontSize(22);