accent mark exporting eps files
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi People,
I have been reading about exporting setup, and I made some proof... When I managed to obtain the longing looks of mi figure when I export them to eps file I realized I had lost all letter having accent marks... Any help??
thank you in advanced....
This is the code i se to export propoerly...
set(gca, 'LooseInset', get(gca, 'Tight'));
style = struct();
style.Format = 'epsc';
style.Color = 'rgb';
style.Background = 'r'; % '' = no change; 'w' = white background
style.FixedFontSize = '24';
style.FontSizeMin = '12';
style.FixedLineWidth = '2';
style.ScaledLineWidth = 'auto';
style.LineMode = 'fixed';
style.LineWidthMin = '2';
style.FontName = 'BookManOldStyle';
style.FontWeight = 'bold';
style.PSLevel = '2';
style.Renderer = 'painters';
style.ApplyStyle = '0';
style.FontEncoding='latin1';
style.Resolution = '600';
hgexport(gcf,nombre,style);
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Cell Arrays에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!