Changeset 15310 for issm/trunk-jpl/externalpackages/export_fig/print2eps.m
- Timestamp:
- 06/21/13 20:56:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/export_fig/print2eps.m
r14174 r15310 21 21 % options - Additional parameter strings to be passed to print. 22 22 23 % Copyright (C) Oliver Woodford 2008-201 223 % Copyright (C) Oliver Woodford 2008-2013 24 24 25 25 % The idea of editing the EPS file to change line styles comes from Jiro … … 48 48 % sizes we don't want, due to listeners. Thanks to Malcolm Hudson 49 49 % for reporting the issue. 50 % 22/03/13: Extend font swapping to axes labels. Thanks to Rasmus Ischebeck 51 % for reporting the issue. 50 52 51 53 function print2eps(name, fig, varargin) … … 61 63 end 62 64 % Find all the used fonts in the figure 63 font_handles = find obj(fig, '-property', 'FontName');65 font_handles = findall(fig, '-property', 'FontName'); 64 66 fonts = get(font_handles, 'FontName'); 65 67 if ~iscell(fonts)
Note:
See TracChangeset
for help on using the changeset viewer.