Help for this page
sub DetermineFontSize ($) { my ($tagCnt) = @_; ... my $fsize = $minFontSize + $fontRange * $cntRatio; return $fsize; }