diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-06-30 02:55:40 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-06-30 02:55:40 -0700 |
commit | ec1d430daf529802729aa1ab622ad1a2d7c53cd3 (patch) | |
tree | 2c07d7ccc87530527ef3254fef45880000b3bbe5 /README | |
parent | ac9b480f8d95a5bcb50dfe0dc2cf914b23572e1e (diff) |
Added ability to display entire strings of text
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -32,4 +32,10 @@ examples are in INPUT and INPUT2 ------------------------------------=[fontd]=----------------------------------- Font Display: prints font in braille characters, useful for limited environments such - as the linux console(although you would need braille support first) + as the linux console(although you would need braille support first), + takes as first argument a decimal codepoint (bdf format) and the 2nd a + directory with bdf fonts from which to find the character +------------------------------------=[textd]=----------------------------------- +Text Display: + Takes utf-8 input from stdin and displays it vertically with fonts + specified by the first argument |