ascii_draw_text_primitive Subroutine

public subroutine ascii_draw_text_primitive(text_x, text_y, text, x, y, text_input, x_min, x_max, y_min, y_max, plot_width, plot_height, current_r, current_g, current_b)

Arguments

Type IntentOptional Attributes Name
integer, intent(out) :: text_x
integer, intent(out) :: text_y
character(len=:), intent(out), allocatable :: text
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: y
character(len=*), intent(in) :: text_input
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max
integer, intent(in) :: plot_width
integer, intent(in) :: plot_height
real(kind=wp), intent(in) :: current_r
real(kind=wp), intent(in) :: current_g
real(kind=wp), intent(in) :: current_b