supersizeme

버전 1.3.2.0 (4.22 KB) 작성자: Adam Danz
Quickly increase/decrease the font size of all text in a figure by a chosen factor.
다운로드 수: 578
업데이트 날짜: 2019/7/11

라이선스 보기

Quickly make your figures ready for presentations by scaling font sizes.

supersizeme(1.5) will search for all text in the current figure and multiply the individual font sizes by 1.5.
supersizeme(-1.5) or will decrease the font sizes by a factor of 1.5; same as supersizeme(1/1.5).
supersizeme(h, 2) will double the font sizes in the figure, axis, or object handle 'h'. 'h' can be a vector of handles, too.
supersizeme() or supersizeme('+') will increase all font sizes in the current figure by a default value.
supersizeme('-') will decrease all font sizes in the current figure by a default value.

supersizeme('interactive') will produce a GUI with a slider allowing you to scale all font sizes interactively within the current figure, axes, or object handle.

The function has also been adapted to work with TeX markup strings.

Please report any bugs to the email address listed in the file.

인용 양식

Adam Danz (2024). supersizeme (https://www.mathworks.com/matlabcentral/fileexchange/67644-supersizeme), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
R2016b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Develop uifigure-Based Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.2.0

Interactive GUI property change: 'WindowStyle','normal' to avoid docking.

1.3.1.0

Minor improvement released moments after publishing vs 1.3.0

1.3.0.0

Added an interactive mode that uses a sliding scale within a GUI to scale all font sizes. Adapted to work with xline() and yline() text.

1.2.0.0

Replaced a regexp() with contains() to avoid problems with the string is a 'char' rather than 'cell'.

1.1.0.0

Fixed a typo in help section.

1.0.0.0