ctpv/sh/prev/font.sh
Nikita Ivanov 2a890bdeae
Fix
2022-07-28 03:16:30 +05:00

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