Joshua - 2011-10-06 22:28:16
Hi there,
This looks amazing. I was looking at how to insert some checkboxes and was thinking wingdings would be great. So I needed to dump the </p> and let a wingdings character or different different Text format titles and the rest.
function addItem($content, $_font_size = 12, $_FontFamily = '$fontFamily'){
$this->documentBuffer .= "<span lang=LV style='font-size:".$_font_size."pt;font-family:\"$_FontFamily\"'>$content</span>\n";
}//end add_Item()
was what I was looking at.
jc