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++