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/