From: Ian Jackson Date: Sun, 7 Nov 2010 17:16:08 +0000 (+0000) Subject: layout: reduce minimum label size X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b44e7cd6353265905122a5f9cb817ed95f547f97;p=trains.git layout: reduce minimum label size --- diff --git a/layout/layout b/layout/layout index 59196dd..df17126 100755 --- a/layout/layout +++ b/layout/layout @@ -1754,7 +1754,7 @@ dv("cmd__do $ctx @al ",'$ctx',$ctx); } if ($draw =~ m/L/) { ol(" ".set_black('L')."\n". - " ".largescale_text_reduce(2)."\n"); + " ".largescale_text_reduce(1.4)."\n"); ol(" /s ($id) def\n". " lf setfont\n". " /sx5 s stringwidth pop\n".