According to the MATLAB manual, when you save a figure using print
or by choosing file|save
, if you choose the painters
renderer and save to PDF or EPS vector formats, all fonts get substituted. Is there a way to get around this limitation?
Whenever I output a figure, whether I use print
or export_fig
, the fonts get substituted, and so they no longer match the fonts in the document that I plan on putting the figure into. I would prefer to keep them in a vector format, because I use LaTeX and so I want to be able to use the same figures in my documents as in my beamer
presentations and have them scale nicely without bloating the file size.