create_ascii_canvas Function

public function create_ascii_canvas(width, height) result(ctx)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: width
integer, intent(in), optional :: height

Return Value type(ascii_context)