From b1645568b2c0d1b5450ff7fb04e4ef2c71d352cd Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 12 Jun 2018 16:53:25 -0400 Subject: improvements --- dot/local/bin/text2png | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot/local/bin/text2png') diff --git a/dot/local/bin/text2png b/dot/local/bin/text2png index ada7780..a435914 100755 --- a/dot/local/bin/text2png +++ b/dot/local/bin/text2png @@ -12,6 +12,8 @@ $desired_height = 1296; # Font size in points (72 points per inch). This does not determine the size of # the image, because the image density is defined in terms of it. + +# Probably this should be changed so density is fixed and font size varies. $font_size = 72; $margin = $font_size; @@ -44,7 +46,6 @@ $offset = sprintf '+%i+%i', ($character_size) x 2; $output = 'png:-'; system <