accent mark exporting eps files
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Cell Arrays en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!