Thank you Joseph, this is exactly what I needed. Scott's solution also
works, but it remains unclear why clipboard settings would determine
the font in the export command. And since fontface() option can be
used in the program, I will be using it.
Thank you,
Sergiy Radyakin
On 4/22/08, Joseph Coveney <[email protected]> wrote:
> Sergiy Radyakin wrote:
>
> I am trying to export to one of the vector graphics formats available:
> EMF or WMF. No matter what font I select on the screen, even though I
> am getting correct picture on the screen, when the file is written the
> font is changed back to "Arial". Is there any way to export the graph
> with font different from "Arial"? (The word "Arial" can be clearly
> seen in the file, so I am not confusing fonts). The graphs are
> exported to raster formats (e.g. png) correctly with the fancy fonts I
> want.
>
> --------------------------------------------------------------------------------
>
> You might need to specify the font as an option in -graph export- in order
> to change the font for .wmf and .emf, for example, the following worked for
> me just now.
>
> Joseph Coveney
>
> sysuse auto
> graph twoway scatter gear_ratio displacement
> help graph export
> graph export figure1.emf, fontface("Andale Mono")
> exit
>
>
>
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/