DrFont.GetTextWidthPoints
GetTextWidthPoints(string)
获取文本宽度点数。
public float GetTextWidthPoints(string text)
范围 | 类型 | 描述 |
---|---|---|
text | String | 要计算的文本。 |
返回值
返回宽度
也可以看看
- class DrFont
- 命名空间 Aspose.Page.Font
- 部件 Aspose.Page
GetTextWidthPoints(string, int, int)
获取文本宽度点数。
public float GetTextWidthPoints(string text, int startIndex, int charCount)
范围 | 类型 | 描述 |
---|---|---|
text | String | 要计算的文本。 |
startIndex | Int32 | 起始索引。 |
charCount | Int32 | 字符数。 |
返回值
返回宽度
也可以看看
- class DrFont
- 命名空间 Aspose.Page.Font
- 部件 Aspose.Page