accent mark exporting eps files
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Cell Arrays finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!