render_text_elements_to_canvas Subroutine

public subroutine render_text_elements_to_canvas(canvas, text_elements, num_text_elements, plot_width, plot_height)

Render stored text elements onto the ASCII canvas

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(inout) :: canvas(:,:)
type(text_element_t), intent(in) :: text_elements(:)
integer, intent(in) :: num_text_elements
integer, intent(in) :: plot_width
integer, intent(in) :: plot_height