Save figure as pdf without changing fontname
16 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, if I try to save a plot figure as pdf, where the font name of the axes and legend is changed to LM Roman, the text in the saved pdf hasn't LM Roman as font name. How can I fix this bug?
A short example:
plot(rand(10,1)); set(gca, 'FontName','LM Roman 10');
Thank you for your help.
4 件のコメント
回答 (4 件)
Lilly Verso
2018 年 8 月 31 日
I have exactly the same issue. Please let me know if you solved it.
Best
2 件のコメント
Lilly Verso
2019 年 6 月 2 日
編集済み: Lilly Verso
2019 年 6 月 2 日
Scott Cohen
2019 年 10 月 11 日
I have exactly the same issue as well. And export_fig does has not helped me with it.
Scott Cohen
2019 年 10 月 11 日
I'm no expert on matlab, or any of these kinds of things, but after finding no resolution from this answer or anywhere else, I think I may have found a solution. I printed my figure using Microsoft XPS Document Writer, saving as an .oxps file. Then I searched online to find how to convert from .oxps to .eps, which is what I wanted. I found this site, which did the trick: https://convertio.co/oxps-eps/
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!