mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
notcurses.h: emphasize that octants are a superset of 2x1
This commit is contained in:
parent
192fcef313
commit
4d4942a9a4
3
USAGE.md
3
USAGE.md
@ -3546,7 +3546,8 @@ typedef enum {
|
||||
NCBLIT_1x1, // space, compatible with ASCII
|
||||
NCBLIT_2x1, // halves + 1x1 (space) ▄▀
|
||||
NCBLIT_2x2, // quadrants + 2x1 ▗▐ ▖▀▟▌▙
|
||||
NCBLIT_3x2, // sextants (*NOT* 2x2) 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬉🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞
|
||||
NCBLIT_3x2, // sextants + 2x1 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬉🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞
|
||||
NCBLIT_4x2, // octants + 2x2 there are a great many octants
|
||||
NCBLIT_BRAILLE, // 4 rows, 2 cols (braille) ⡀⡄⡆⡇⢀⣀⣄⣆⣇⢠⣠⣤⣦⣧⢰⣰⣴⣶⣷⢸⣸⣼⣾⣿
|
||||
NCBLIT_PIXEL, // pixel graphics (also work in ASCII)
|
||||
NCBLIT_4x1, // four vertical levels █▆▄▂ (plots only)
|
||||
|
@ -67,8 +67,8 @@ typedef enum {
|
||||
NCBLIT_1x1, // space, compatible with ASCII
|
||||
NCBLIT_2x1, // halves + 1x1 (space) ▄▀
|
||||
NCBLIT_2x2, // quadrants + 2x1 ▗▐ ▖▀▟▌▙
|
||||
NCBLIT_3x2, // sextants (*NOT* 2x2) 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬉🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞
|
||||
NCBLIT_4x2, // octants
|
||||
NCBLIT_3x2, // sextants + 2x1 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬉🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞
|
||||
NCBLIT_4x2, // octants + 2x2 there are a great many octants
|
||||
NCBLIT_BRAILLE, // 4 rows, 2 cols (braille) ⡀⡄⡆⡇⢀⣀⣄⣆⣇⢠⣠⣤⣦⣧⢰⣰⣴⣶⣷⢸⣸⣼⣾⣿
|
||||
NCBLIT_PIXEL, // pixel graphics
|
||||
// these blitters are suitable only for plots, not general media
|
||||
|
Loading…
x
Reference in New Issue
Block a user