Observation; unifont has glyphs for all control-chars, including one for (U+000A) , the \n char.
But ezFBfont currently cannot render that since the it splits the string on the newline. It would be nice to have a raw() method? (or something...) so that we can claim to properly render any char.
:bulb: :+1:
Add another init option; split='\n' that can be tweaked as needed for raw output; may also be useful for data lists seperated by commas etc..
Observation; unifont has glyphs for all control-chars, including one for
(U+000A)
, the\n
char.But
ezFBfont
currently cannot render that since the it splits the string on the newline. It would be nice to have araw()
method? (or something...) so that we can claim to properly render any char.:bulb: :+1: Add another init option;
split='\n'
that can be tweaked as needed for raw output; may also be useful for data lists seperated by commas etc..''
orNone