mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
9 lines
143 B
Bash
9 lines
143 B
Bash
# font: fontimage
|
|
|
|
font() {
|
|
fontimage -o "$cache_f.png" "$f" 2> /dev/null &&
|
|
mv -- "$cache_f.png" "$cache_f"
|
|
}
|
|
|
|
convert_and_show_image font
|