make the div/cat on the nametags a bit smaller

This commit is contained in:
james 2005-04-22 18:01:13 +00:00
parent fe1217ba6b
commit 95e13e966a

View File

@ -116,6 +116,7 @@ on the page we have tagnum layout like this:
$rep->addNametagText(0.0,"$r->firstname $r->lastname");
$rep->setFontSize(14);
$rep->addNametagText(0.75,"$r->title");
$rep->setFontSize(12);
$rep->addNametagText(1.5,$r->category." - ".$r->division);
$rep->setFontSize(16);
$rep->addNametagText(1.75,"# $r->projectnumber");