| This is the font Trebuchet MS of point 6 This is the font Trebuchet MS of point 6 This is the font Trebuchet MS of point 7 This is the font Trebuchet MS of point 7 This is the font Trebuchet MS of point 8 This is the font Trebuchet MS of point 8 This is the font Trebuchet MS of point 9 This is the font Trebuchet MS of point 9 This is the font Trebuchet MS of point 10 This is the font Trebuchet MS of point 10 This is the font Trebuchet MS of point 11 This is the font Trebuchet MS of point 11 This is the font Trebuchet MS of point 12 This is the font Trebuchet MS of point 12 This is the font Trebuchet MS of point 13 This is the font Trebuchet MS of point 13 This is the font Trebuchet MS of point 14 This is the font Trebuchet MS of point 14 This is the font Trebuchet MS of point 15 This is the font Trebuchet MS of point 15 This is the font Trebuchet MS of point 16 This is the font Trebuchet MS of point 16 | This is the font Arial of point 6 This is the font Arial of point 6 This is the font Arial of point 7 This is the font Arial of point 7 This is the font Arial of point 8 This is the font Arial of point 8 This is the font Arial of point 9 This is the font Arial of point 9 This is the font Arial of point 10 This is the font Arial of point 10 This is the font Arial of point 11 This is the font Arial of point 11 This is the font Arial of point 12 This is the font Arial of point 12 This is the font Arial of point 13 This is the font Arial of point 13 This is the font Arial of point 14 This is the font Arial of point 14 This is the font Arial of point 15 This is the font Arial of point 15 This is the font Arial of point 16 This is the font Arial of point 16 |
| This is the font Verdana of point 6 This is the font Verdana of point 6 This is the font Verdana of point 7 This is the font Verdana of point 7 This is the font Verdana of point 8 This is the font Verdana of point 8 This is the font Verdana of point 9 This is the font Verdana of point 9 This is the font Verdana of point 10 This is the font Verdana of point 10 This is the font Verdana of point 11 This is the font Verdana of point 11 This is the font Verdana of point 12 This is the font Verdana of point 12 This is the font Verdana of point 13 This is the font Verdana of point 13 This is the font Verdana of point 14 This is the font Verdana of point 14 This is the font Verdana of point 15 This is the font Verdana of point 15 This is the font Verdana of point 16 This is the font Verdana of point 16 | This is the font Tahoma of point 6 This is the font Tahoma of point 6 This is the font Tahoma of point 7 This is the font Tahoma of point 7 This is the font Tahoma of point 8 This is the font Tahoma of point 8 This is the font Tahoma of point 9 This is the font Tahoma of point 9 This is the font Tahoma of point 10 This is the font Tahoma of point 10 This is the font Tahoma of point 11 This is the font Tahoma of point 11 This is the font Tahoma of point 12 This is the font Tahoma of point 12 This is the font Tahoma of point 13 This is the font Tahoma of point 13 This is the font Tahoma of point 14 This is the font Tahoma of point 14 This is the font Tahoma of point 15 This is the font Tahoma of point 15 This is the font Tahoma of point 16 This is the font Tahoma of point 16 |
function fs($fontstyle){
$font=$fontstyle{0};
if($font=='m') $font='Trebuchet MS';
elseif($font=='a') $font='Arial';
elseif($font=='v') $font='Verdana';
else $font='Tahoma';
$size=substr($fontstyle,1);
$bold_pos=strlen($size)-1;
if($size{$bold_pos}=='b') $bold="<B>"; else $bold='';
if($bold!='') $size=substr($size,0,$bold_pos);
echo "<FONT STYLE=\"font-family:$font; font-size:{$size}pt;\">$bold";
}
|
Then the size in points and a b if it's bold.
|