Given a direction and a glyph, replaces the line at this direction in a given line set set with the given glyph and returns the new line set.
At the key named you will find a version that does the same but accepts a name of a line set instead of a line set.
named
Line set to change.
A Direction of the glyph to be changed.
String of new glyph.
Updated line set.
Given a direction and a glyph, replaces the line at this direction in a given line set set with the given glyph and returns the new line set.
At the key
namedyou will find a version that does the same but accepts a name of a line set instead of a line set.Param: set
Line set to change.
Param: direction
A Direction of the glyph to be changed.
Param: glyph
String of new glyph.
Returns
Updated line set.