Re: text-decoration

2003-01-11 Thread Oleg Tkachenko
Keiron Liddle wrote: Have you managed to work out how the underline/overline should work, for example when there are embedded inline areas that contain a different font, colour or baseline. Well, not really. I just wanted to make something simple done :) afaiu different font/colour/etc embedded

RE: text-decoration

2003-01-08 Thread Victor Mote
Jeremias Maerki wrote: > TextInfo looks better but could IMO be merged with FontState which only > hold the font name and size and a link to the FontMetrics. Anyway, I > think this merged class will be a candidate for the Flyweight pattern so > we don't generate so many TextInfo/FontState objects

Re: text-decoration

2003-01-08 Thread Jeremias Maerki
Hi Oleg On 08.01.2003 13:11:34 Oleg Tkachenko wrote: > How are we going to process underline/overline etc stuff? > It's a little bit confusing - we've got unused TextState class along with > TextInfo that includes text-decoration info already. Lets get rid of TextState ? > And what about renderin

Re: text-decoration

2003-01-08 Thread Keiron Liddle
> Hello! > > How are we going to process underline/overline etc stuff? > It's a little bit confusing - we've got unused TextState class along with > TextInfo that includes text-decoration info already. Lets get rid of TextState ? > And what about rendering, does pdf support text-decoration direct

Re: text-decoration

2003-01-08 Thread Oleg Tkachenko
Jeremias Maerki wrote: Wait a minute! I'm just about to commit a huge bunch of changes which includes TextInfo/FontState stuff. Not that I changed a lot. I've just got rid of stuff that wasn't used and I don't want you to have to change a lot again after my commit. That's fine. -- Oleg Tkachenk

Re: text-decoration

2003-01-08 Thread Jeremias Maerki
Hi Oleg Wait a minute! I'm just about to commit a huge bunch of changes which includes TextInfo/FontState stuff. Not that I changed a lot. I've just got rid of stuff that wasn't used and I don't want you to have to change a lot again after my commit. On your question, I can't answer right away, b

RE: Text-Decoration (underline) Problem

2001-07-03 Thread John Wyman
oc Wyman Family Genealogy Forum <http://genforum.genealogy.com/wyman/> The Wyman Surname Message Board <http://www.familyhistory.com/messages/messages.asp?category=surname&for um=Wyman> -Original Message- From: Christian Geisert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 5:01

Re: Text-Decoration (underline) Problem

2001-07-03 Thread Christian Geisert
> John Wyman wrote: > > This used to work in .12 doesn't work in ,18 and up, I think it should, could > someone look into it, please. I'm quite sure it did not work in 0.12 !! (And as I have done the code for text-decoration I should know ;-) > Underline isn't done and I can't move the underlin

Re: text-decoration in block

2001-06-06 Thread Christian Geisert
Hoang Nam wrote: > > Hello all, > > I have put the property text-decoration="underline" in block level and it > did not work . > It works only in inline object. > > Could sombody tell me what I am doing wrong ? Could we have the property > text-decoration in a block ? Or it is not implemented y