Aspose::Page::Font::DrFont::GetTextWidthPoints メソッド
DrFont::GetTextWidthPoints(System::String) method
テキスト幅(ポイント)を取得します。
float Aspose::Page::Font::DrFont::GetTextWidthPoints(System::String text)
| パラメーター | 型 | 説明 |
|---|---|---|
| text | System::String | 計算するテキスト。 |
ReturnValue
幅を返します
参照
- Class String
- Class DrFont
- Namespace Aspose::Page::Font
- Library Aspose.Page for C++
DrFont::GetTextWidthPoints(System::String, int32_t, int32_t) method
テキスト幅(ポイント)を取得します。
float Aspose::Page::Font::DrFont::GetTextWidthPoints(System::String text, int32_t startIndex, int32_t charCount)
| パラメーター | 型 | 説明 |
|---|---|---|
| text | System::String | 計算するテキスト。 |
| startIndex | int32_t | 開始インデックス。 |
| charCount | int32_t | 文字数です。 |
ReturnValue
幅を返します
参照
- Class String
- Class DrFont
- Namespace Aspose::Page::Font
- Library Aspose.Page for C++