Hi @ all,
on Java swing i can use the folowing code to get a text width and height:
Font f = new Font("Arial", Font.BOLD, 1 );
FontMetrics fm = getFontMetrics(f);
int textWidth = fm.stringWidth("example text");
int textHeight = fm.getHeight();
proviede batike a equivalent how can i get the same information for a text
in the SVG File.
Many thanks for your help
Tilo Behrmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]