uitable - how to change the font name for headings

10 ビュー (過去 30 日間)
Iman
Iman 2014 年 1 月 2 日
編集済み: Lawrence 2022 年 8 月 19 日
Hi everyone,
I am using "uitable" to show the final output in a table format. I can change all settings for the cells (fonts, colors, etc.) using uitable properties but I couldn't figure out how to change the settings for the headings. More specifically, I wanted to change the font for rows' headings but I couldn't. I used the following command
row_heading{i} = ['<html><br><font face="Comic Sans MS">' sprintf('%c',rnames{i}) '</font></br></html>'];
It worked, but the names occupies the whole table. I mean the cells are not visible anymore. Any suggestion would be highly appreciated.
Thanks, Iman

回答 (2 件)

Steven Hall
Steven Hall 2014 年 5 月 8 日
Same here, this is actually what brought me into the forum.
Am I correct in thinking that this did not solve your issues either: http://www.mathworks.com/help/matlab/ref/uitable.html
If someone can offer a solution/work round, very grateful to folks.
cheers

Lawrence
Lawrence 2022 年 8 月 18 日
編集済み: Lawrence 2022 年 8 月 19 日
You can add a size attribute to the font tag: <font face="Comic Sans MS" size=5>
Alternatively, you can add a font-size style to the font tag: <font face="Comic Sans MS" style="font-size: 25px;">

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by