Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特に、実際のフォントサイズを知る必要があるため、タブサイズを変更した場合、フォントサイズよりも小さく設定しないようにします。
SWT で CTabItems のフォントサイズを測定するにはどうすればよいですか?
item.getFont().getFontData()[0].getHeight()
で使用されるフォントサイズが表示されますitem。
item