Aspose::Page::Font::DrFont::GetTextWidthPoints metodu
DrFont::GetTextWidthPoints(System::String) method
Metin genişliğini (puan) alır.
float Aspose::Page::Font::DrFont::GetTextWidthPoints(System::String text)
| Parameter | Type | Açıklama |
|---|---|---|
| text | System::String | Hesaplanacak metin. |
ReturnValue
Genişliği döndürür
Ayrıca Bakınız
- Class String
- Class DrFont
- Namespace Aspose::Page::Font
- Library Aspose.Page for C++
DrFont::GetTextWidthPoints(System::String, int32_t, int32_t) method
Metin genişliğini (puan) alır.
float Aspose::Page::Font::DrFont::GetTextWidthPoints(System::String text, int32_t startIndex, int32_t charCount)
| Parameter | Type | Açıklama |
|---|---|---|
| text | System::String | Hesaplanacak metin. |
| startIndex | int32_t | Başlangıç indeksi. |
| charCount | int32_t | Karakter sayısı. |
ReturnValue
Genişliği döndürür
Ayrıca Bakınız
- Class String
- Class DrFont
- Namespace Aspose::Page::Font
- Library Aspose.Page for C++