ctpv/sh/prev/font.sh

9 lines
143 B
Bash
Raw Normal View History

2022-07-27 15:00:16 +02:00
# font: fontimage
font() {
2022-07-28 00:16:30 +02:00
fontimage -o "$cache_f.png" "$f" 2> /dev/null &&
2022-07-27 15:00:16 +02:00
mv -- "$cache_f.png" "$cache_f"
}
convert_and_show_image font