You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(3.45) Display the builtin error message when uifigure cannot be exported (issue #387); fixed contour labels with non-default FontName incorrectly exported as Courier (issue #388)
% -noinvert - option to avoid setting figure's InvertHardcopy property to
207
207
% 'off' during output (this solves some problems of empty outputs).
@@ -391,6 +391,7 @@
391
391
% 05/12/23: (3.42) Fixed unintended cropping of colorbar title in PDF export with -transparent (issues #382, #383)
392
392
% 07/12/23: (3.43) Fixed unintended modification of colorbar in bitmap export (issue #385)
393
393
% 21/02/24: (3.44) Fixed: text objects with normalized units were not exported in some cases (issue #373); added check for invalid ghostscript installation (issue #365)
394
+
% 02/05/24: (3.45) Display the builtin error message when uifigure cannot be exported (issue #387); fixed contour labels with non-default FontName incorrectly exported as Courier (issue #388)
fontNames = setdiff(fontNames,'Helvetica'); %Helvetica actually works ok
618
+
if numel(fontNames) >1&& ~useRegexprepOption
619
+
warning('YMA:export_fig:countourFonts', 'export_fig cannot fix multiple contour label fonts; try using the -regexprep option to convert /Courier into %s etc.',fontNames{1});
0 commit comments