calculate_mathtext_height_internal Function

public function calculate_mathtext_height_internal(elements, base_font_size) result(total_height)

Calculate total height of mathematical text elements

Arguments

Type IntentOptional Attributes Name
type(mathtext_element_t), intent(in) :: elements(:)
real(kind=wp), intent(in) :: base_font_size

Return Value integer