Re: font size question

Cameron McCormack <[email protected]>
Newsgroups gmane.text.xml.batik.user
Organization Mozilla Corporation
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.