Re: [iText-questions] Bugs with RtfFont

2005-07-07 Thread Mark Hall
On Monday 13 June 2005 16:44, Renaud MICHEL wrote: > See the attached patch. > It overrided setFamily setSize and setStyle and the constructor to allow it > to work like a normal Font object while keeping its RtfFont properties up > to date. Thank you for the patch. It's been integrated into the ma

Re: [iText-questions] Bugs with RtfFont

2005-06-13 Thread Mark Hall
On Monday 13 June 2005 16:44, Renaud MICHEL wrote: > The class com.lowagie.text.rtf.style.RtfFont (the one to use with > RtfWriter2) is a subclass of Font, wich allow to use it directly in the > Document, but it should override some setters methods from Font to be fully > functionnal. > See the att

[iText-questions] Bugs with RtfFont

2005-06-13 Thread Renaud MICHEL
Hello The class com.lowagie.text.rtf.style.RtfFont (the one to use with RtfWriter2) is a subclass of Font, wich allow to use it directly in the Document, but it should override some setters methods from Font to be fully functionnal. See the attached patch. It overrided setFamily setSize and set