Help for this page

Select Code to Download


  1. or download this
    sub DetermineFontSize ($) {
      my ($tagCnt) = @_;
    ...
        my $fsize = $minFontSize + $fontRange * $cntRatio;
      return $fsize;
    }