diff options
| author | David Wührer <def@gmx.at> | 2026-08-10 19:08:31 +0200 |
|---|---|---|
| committer | David Wührer <def@gmx.at> | 2026-08-10 19:08:31 +0200 |
| commit | b05ad4ddf15b77a3c61450b69908122c1ad626f7 (patch) | |
| tree | 4b23bb0d1bc19b40dc3a13b8d743822a22643b2b /man/man1/sans-serif.1 | |
| parent | 89312254e3eb1aa496dff15f2d503e97f3c985f2 (diff) | |
Diffstat (limited to 'man/man1/sans-serif.1')
| -rw-r--r-- | man/man1/sans-serif.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/man1/sans-serif.1 b/man/man1/sans-serif.1 new file mode 100644 index 0000000..8804624 --- /dev/null +++ b/man/man1/sans-serif.1 @@ -0,0 +1,28 @@ +.TH sans-serif 1 2026-08-10 utils + +.SH NAME +sans-serif \- format input without serifs + +.SH SYNOPSIS +.B sans-serif + +.SH DESCRIPTION +.B sans-serif +reads the standard input and transforms each letter +that has a corresponding +.BR unicode (7) +sans-serif glyph. + +This should be the case for the basic Latin alphabet and digits, +bold digits, +as well as bold, italic, and bold italic variants of Latin and Greek. +(Basic Greek letters do not seem to have sans-serif variants.) + +.SH BUGS +Currently, only the basic Latin alphabet is done. + +.SH EXAMPLES +.BR echo\ this\ text\ |\ sans-serif + +.SH SEE ALSO +.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ italicise (1),\ monospace (1) |
