Hi Phil, "Phil Wright" <[EMAIL PROTECTED]> wrote on 12/02/2006 10:28:35 PM:
> It appears that some of the SVG 1.1 Font Selection Properties are ignored by > the Batik renderer. Is this true or am I screwing things up again? :) Batik pays attention to most of the listed properties (the exception being font-size-adjust), but we depend on the platform to map them to the platform fonts in most cases (you can help by using the font-family element to map to specific font files or font names). > The following have no effect when used: > > font-weight > font-stretch > font-size-adjust > letter-spacing > > I've tried setting them like so: > fline.setAttributeNS(null,"font-size-adjust", ".25"); > > In the flowRoot, flowPara and flowLine elements and nothing. It's possible that we might not re-render/relayout if these are change dynamically. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
