PHP Classes

Change format for a single line

Recommend this page to a friend!

      MsDoc Generator  >  All threads  >  Change format for a single line  >  (Un) Subscribe thread alerts  
Subject:Change format for a single line
Summary:Change format for a single line item,
Messages:2
Author:Joshua
Date:2011-10-06 22:28:16
Update:2011-10-08 15:29:17
 

  1. Change format for a single line   Reply   Report abuse  
Picture of Joshua 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

  2. Re: Change format for a single line   Reply   Report abuse  
Picture of Max S. Ferreira Max S. Ferreira - 2011-10-08 15:29:17 - In reply to message 1 from Joshua
hi jc,

I can't test it right now, but thank you for the contribution.