mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 22:03:06 +01:00
9 lines
130 B
Bash
9 lines
130 B
Bash
|
# font: fontimage
|
||
|
|
||
|
font() {
|
||
|
fontimage -o "$cache_f.png" "$f" &&
|
||
|
mv -- "$cache_f.png" "$cache_f"
|
||
|
}
|
||
|
|
||
|
convert_and_show_image font
|