ctpv/sh/prev/font.sh

9 lines
130 B
Bash
Raw Normal View History

2022-07-27 15:00:16 +02:00
# font: fontimage
font() {
fontimage -o "$cache_f.png" "$f" &&
mv -- "$cache_f.png" "$cache_f"
}
convert_and_show_image font