Support blitter with 8 horizontal levels (similar to NCBLIT_8x1
)
#2836
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
nonfix
closed without a successful fix (invalid, wontfix)
Milestone
julia> [Char(ch) for ch in 0x2588:0x258f]
8-element Vector{Char}:
'█': Unicode U+2588 (category So: Symbol, other)
'▉': Unicode U+2589 (category So: Symbol, other)
'▊': Unicode U+258A (category So: Symbol, other)
'▋': Unicode U+258B (category So: Symbol, other)
'▌': Unicode U+258C (category So: Symbol, other)
'▍': Unicode U+258D (category So: Symbol, other)
'▎': Unicode U+258E (category So: Symbol, other)
'▏': Unicode U+258F (category So: Symbol, other)
The text was updated successfully, but these errors were encountered: