Aspose::Page::Font::DrFont::GetTextWidthPoints 메서드

DrFont::GetTextWidthPoints(System::String) method

텍스트 너비(포인트)를 가져옵니다.

float Aspose::Page::Font::DrFont::GetTextWidthPoints(System::String text)
매개변수형식설명
textSystem::String계산할 텍스트.

ReturnValue

너비를 반환합니다

또 보기

DrFont::GetTextWidthPoints(System::String, int32_t, int32_t) method

텍스트 너비(포인트)를 가져옵니다.

float Aspose::Page::Font::DrFont::GetTextWidthPoints(System::String text, int32_t startIndex, int32_t charCount)
매개변수형식설명
textSystem::String계산할 텍스트.
startIndexint32_t시작 인덱스.
charCountint32_t문자 수.

ReturnValue

너비를 반환합니다

또 보기