accent mark exporting eps files
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Cell Arrays dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!