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)
ParameterTypeAçıklama
textSystem::StringHesaplanacak metin.

ReturnValue

Genişliği döndürür

Ayrıca Bakınız

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)
ParameterTypeAçıklama
textSystem::StringHesaplanacak metin.
startIndexint32_tBaşlangıç indeksi.
charCountint32_tKarakter sayısı.

ReturnValue

Genişliği döndürür

Ayrıca Bakınız