Render stored text elements onto the ASCII canvas
Type | Intent | Optional | 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 |