auto resize static text in GUI

23 ビュー (過去 30 日間)
chlor thanks
chlor thanks 2016 年 8 月 2 日
編集済み: chlor thanks 2016 年 8 月 3 日
My GUI is made in GUIDE.
All components of the GUI have the units normalized.
GUI options is set to be proportional.
Issue:
After I run the GUI and manually drag and change window size, everything resizes itself as expected including the static text box, however, the static text inside the text box stays the same Font size as I manually set earlier in GUI Editor and no longer fit in the text box.
Goal:
I wish to auto rescale my static text to fit in the text box.
Please help...Thank you~

回答 (2 件)

Image Analyst
Image Analyst 2016 年 8 月 3 日
Make sure the units property is set to 'normalized', and then make sure it's wide enough otherwise it will clip it off.
  1 件のコメント
chlor thanks
chlor thanks 2016 年 8 月 3 日
編集済み: chlor thanks 2016 年 8 月 3 日
Thank you for commenting! After double checking, all my units are normalized. And I made sure they are wide enough, but the issue is still there.

サインインしてコメントする。


Adam
Adam 2016 年 8 月 3 日
There is a 'FontUnits' property which needs to be set to 'normalized' for this to work.
I seem to remember I abandoned this because it really didn't work well, I ended up with buttons with slightly differing sizes of font even though the buttons had been made to be the same size and overall it just looked an inconsistent mess at different levels of resizing, but you can judge for yourself if you use the setting.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by