notcurses_visual.3: talk about 4x1 and 8x1

pull/1075/head
nick black 4 years ago
parent 800f28a4f5
commit 10e206409c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -153,6 +153,9 @@ The different **ncblitter_e** values select from among available glyph sets:
* **NCBLIT_8x1**: Adds ⅛, ⅜, ⅝, and ⅞ blocks (▇▅▃▁) to **NCBLIT_4x1**.
* **NCBLIT_SIXEL**: Sixel, a 6-by-1 RGB pixel arrangement.
**NCBLIT_4x1** and **NCBLIT_8x1** are intended for use with plots, and are
not really applicable for general visuals.
# RETURN VALUES
**notcurses_canopen_images** and **notcurses_canopen_videos** returns true if
@ -189,6 +192,11 @@ linked library. OpenImageIO does not support subtitles.
**ncvisual_rotate** currently supports only **M_PI**/2 and -**M_PI**/2
radians for **rads**, but this will change soon.
**NCBLIT_SIXEL** is not yet implemented, and is only infrequently supported
among terminals.
Some fonts are lacking the Braille characters necessary for **NCBLIT_BRAILLE**.
# SEE ALSO
**notcurses(3)**,

Loading…
Cancel
Save