Re: font-weight in area tree

2005-08-05 Thread Jeremias Maerki
The font-weight is encoded in the "font-family" attribute. "F3" will internally point to a certain font-triplet which holds the information about font-family, font-weight and font-style. For unit testing, it might be worthwhile to expand "F3" into multiple attributes in the XMLRenderer. On 05.08.2

Re: font-weight in area tree

2005-08-05 Thread Chris Bowditch
Manuel Mall wrote: I am trying to write a testcase for the font-weight property and noticed that the font-weight property is not shown in the area tree, i.e. something like: font-weight="bold" produces an area tree output like: vpos="10266">font-weight="bold" Is that to be ex

font-weight in area tree

2005-08-05 Thread Manuel Mall
I am trying to write a testcase for the font-weight property and noticed that the font-weight property is not shown in the area tree, i.e. something like: font-weight="bold" produces an area tree output like: font-weight="bold" Is that to be expected, i.e. only some select