On 2/17/06, Paul A. Rubin <[EMAIL PROTECTED]> wrote: > > I have a diagram which I can export as PNG, JPG, PDF or SVG. What > > should I do so that the text of the diagram appears with the same font > > of the main document? Is that possible? > > Whether you can annotate the diagram in the same font boils down to > whether (a) the program used to generate the diagram gives you control > over fonts and (b) if so, whether it knows/has access to the font used > by the main document. The other thing to keep in mind is that if you > export an image and then import it and scale it, the font gets scaled > with everything else; so you may end up with the right type face but at > a different size.
Thanks again, Paul. If one looks inside a SVG file with a text editor, one can see some names of fonts, and furthermore one can observe that SVG format looks like a programming language. Because of that, I simply wonder whether there is some program to change the fonts on a SVG picture. Paul