6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# draw input character with pango-view and see which font were actually used
|
|
|
|
FC_DEBUG=4 pango-view --font=monospace -t "$1" | grep family:
|