mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
f21dcb965e
refs: #3892
19 lines
588 B
Plaintext
19 lines
588 B
Plaintext
|
|
Display information about fonts
|
|
|
|
Usage: wezterm ls-fonts [OPTIONS]
|
|
|
|
Options:
|
|
--list-system
|
|
Whether to list all fonts available to the system
|
|
--text <TEXT>
|
|
Explain which fonts are used to render the supplied text string
|
|
--codepoints <CODEPOINTS>
|
|
Explain which fonts are used to render the specified unicode code
|
|
point sequence. Code points are comma separated hex values
|
|
--rasterize-ascii
|
|
Show rasterized glyphs for the text in --text or --codepoints using
|
|
ascii blocks
|
|
-h, --help
|
|
Print help
|