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.
我有一些我想要测量的 CTab 项目,特别是我需要知道实际的字体大小,这样如果我更改标签大小 - 我不会将其设置为小于字体大小。
如何在 SWT 中测量 CTabItems 的字体大小?
item.getFont().getFontData()[0].getHeight()
将为您提供item.
item