compute_title_position Subroutine

public subroutine compute_title_position(plot_area, title_text, processed_text, processed_len, escaped_text, title_px, title_py)

Compute the position for centered title above plot area

Arguments

Type IntentOptional Attributes Name
type(plot_area_t), intent(in) :: plot_area
character(len=*), intent(in) :: title_text
character(len=*), intent(out) :: processed_text
integer, intent(out) :: processed_len
character(len=*), intent(out) :: escaped_text
real(kind=wp), intent(out) :: title_px
real(kind=wp), intent(out) :: title_py