2 changed files with 24 additions and 1 deletions
@ -0,0 +1,16 @@
|
||||
From: https://stackoverflow.com/questions/22656131/find-the-font-used-to-render-a-character-or-containing-the-glyph |
||||
|
||||
To check if one of those symbols are supported: |
||||
https://en.wikipedia.org/wiki/Symbols_for_Legacy_Computing |
||||
|
||||
You can use this command: |
||||
``` |
||||
$ fc-list ':charset=1FB41' |
||||
|
||||
/usr/share/fonts/opentype/3270/3270SemiCondensed-Regular.otf: IBM 3270 Semi\-Condensed:style=Condensed |
||||
/usr/share/fonts/opentype/3270/3270-Regular.otf: IBM 3270:style=Regular |
||||
/usr/share/fonts/truetype/noto/NotoSansSymbols2-Regular.ttf: Noto Sans Symbols2:style=Regular |
||||
/usr/share/fonts/truetype/unifont/unifont_upper.ttf: Unifont Upper:style=Regular |
||||
/usr/share/fonts/opentype/3270/3270Condensed-Regular.otf: IBM 3270 Condensed:style=Condensed |
||||
|
||||
``` |
||||
Loading…
Reference in new issue