Martin Gainty:
> usually font characteristics are handled by css will batik read css?

Yes, Batik processes <style> elements and style="" attributes.  Passing
in `useCSS = false` to one of the stream() methods on SVGGraphics2D just
means that it will generate presentation attributes:

  <svg ... font-size="12" font-family="Whatever">

instead of style="" attributes:

  <svg ... style="font-size: 12; font-family: Whatever">

-- 
Cameron McCormack ≝ http://mcc.id.au/

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to