fortplot_mathtext_layout Module

Font-independent vertical boxes, measured in units of the base font size.



Subroutines

public recursive subroutine mathtext_vertical_bounds(elements, above, below)

Arguments

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

public recursive subroutine fraction_vertical_offsets(element, numerator_y, denominator_y)

Arguments

Type IntentOptional Attributes Name
type(mathtext_element_t), intent(in) :: element
real(kind=wp), intent(out) :: numerator_y
real(kind=wp), intent(out) :: denominator_y