Aspose::Pdf::Text::TextState::MeasureHeight method

TextState::MeasureHeight method

Measures character height.

double Aspose::Pdf::Text::TextState::MeasureHeight(char16_t character)
ParameterTypeDescription
characterchar16_tCharacter to measure.

ReturnValue

Height of the character if we could get it from font; otherwise 0.

See Also