Aspose::Pdf::Text::TextFragmentState::MeasureHeight method

TextFragmentState::MeasureHeight method

Measures character height.

double Aspose::Pdf::Text::TextFragmentState::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