'heavy' is not defined by XSL-FO, the admissible values are as defined by CSS2:
CSS2 Definition: *Value:*normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit *Initial:*normal *Inherited:*yes *Percentages:* N/A*Media:* visual CSS2 Reference: "font-weight" property <http://www.w3.org/TR/REC-CSS2/fonts.html#font-styling> http://www.w3.org/TR/REC-CSS2/fonts.html#font-styling The "font-weight" property specifies the weight of the font. normal Same as "400". bold Same as "700". bolder Specifies the next weight that is assigned to a font that is darker than the inherited one. If there is no such weight, it simply results in the next darker numerical value (and the font remains unchanged), unless the inherited value was "900", in which case the resulting weight is also "900". lighter Specifies the next weight that is assigned to a font that is lighter than the inherited one. If there is no such weight, it simply results in the next lighter numerical value (and the font remains unchanged), unless the inherited value was "100", in which case the resulting weight is also "100". <integer> These values form an ordered sequence, where each number indicates a weight that is at least as dark as its predecessor. Child elements inherit the computed value of the weight. On Thu, Jun 2, 2011 at 8:46 AM, Theresa Jayne Forster <[email protected] > wrote: > Since upgrading the fop I use from 0.23 to 1.0 I am now getting problems > > One of which is that the font designations I used to use are now no longer > possible, and was wondering why this has seemingly changed, and is there > plans to support the method I am used to using? > > > > Before <fo:block font-family=”Frutiger” font-style=”normal” > font-weight=”heavy”/> > > > > Now apparently I need to do weight as a number 700=bold etc > > > > Kindest regards > > > > > Theresa Forster > > Senior Software Developer > > > >
