blob: a4b11540ab5e409613331a5a7207415afade1deb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.TH embolden 1 2021-09-05 utils
.SH NAME
embolden \- format lower case input as small caps
.SH SYNOPSIS
.B embolden
.SH DESCRIPTION
.B embolden
reads the standard input and transforms each letter
that has a corresponding bold
.BR unicode (7)
glyph.
This should be the case for the Latin and Greek alphabets.
.SH EXAMPLES
.BR echo\ this\ text\ |\ embolden
.SH SEE ALSO
.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ enscript (1),\ italicise (1),\ monospace (1),\ sans-serif (1)
|