wxpython:如何让 StyledTextCtrl 以等宽字体呈现所有文本?
对 StyledTextCtrl 中的所有文本使用等宽字体的正确方法是什么? 我使用它而不是更简单的 TextCtrl,因为我需要 FindText() 功能,而标准文本控件奇怪地缺少该功能。
我还想避免对特定字体进行硬编码,而是尽可能依赖系统定义的等宽字体。
What's the right way to use a monospaced font for all text in a StyledTextCtrl? I'm using it over the simpler TextCtrl because I need the FindText() functionality which is oddly missing from a standard text control.
I'd also like to avoid hard-coding a specific font face, and instead rely on the monospace font defined by the system if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这就是我正在寻找的。 有人可以对此进行改进吗?
I think this is what I'm looking for. Can anybody improve upon this?