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.
如何更改 PropertySheet 中标题中的字体大小?顺便说一句,我没有使用 MFC。我用谷歌搜索并没有找到答案。任何帮助表示赞赏。
如果您使用的是embarcardero,只需转到属性,单击Font并单击将出现在侧面的椭圆,然后将显示字体设置。同样与borland.
embarcardero
Font
borland
否则,您可以对其进行编码。这是embarcardero, nameOfcomponent-> Font-> Style<<的代码fsBold。例如,这是为了使您的字体加粗。
nameOfcomponent
Style
fsBold