glyph_layer Function

public pure function glyph_layer(glyph) result(layer)

Classify a character already present on the canvas into a layer so put_cell can resolve collisions without a parallel layer buffer.

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: glyph

Return Value integer