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