在 Firemonkey 中设置字体
有没有办法在 firemonkey 样式编辑器中设置字体属性?
我尝试使用自定义样式并更改 TButton 的默认样式。 这些布局中的每一个都有一个名为 text 的子 TText 组件。如果我尝试更改字体设置(例如更改粗体标志),它在设计器中看起来不错,但在表单设计器以及运行时,没有任何变化。
还有一种方法可以为所有 TTextControl 定义默认字体吗?在vcl中有一个parentfont属性,在Firemonkey中不可用。仔细查看组件代码后,我认为通过在样式书中定义 TTextControl 的文本布局应该是可能的。但该组件未在组件面板中注册。
更新: TMenuItem 根本不应用字体设置。目前它只能在运行时完成。
Is there a way to set font properties in the firemonkey style editor?
I tried both using a custom style and changing the default style of a TButton.
Each of these layouts have a child TText component which is named text. If I try to change the font settings (e.g. change the bold flag) it looks okay in the designer, but in the form designer as well as at runtime, nothing changes.
Is there also a way to define a default font for all TTextControls? In vcl there is a parentfont property which is not available in Firemonkey. After a closer look to the components code, I think it should be possible by defining the text layout for a TTextControl in the stylebook. But this component is not registered in the component palette.
Update: TMenuItem does not apply font settings at all. At the moment it can only be done at runtime.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此问题已在 XE 2 Update Pack 1 中修复。请尝试下载新版本。您现在可以设置字体样式。
This was fixed in XE 2 Update Pack 1. Try downloading the new version. You can now set Font styles.