将文本绕入半圆区域
我正在修改此 玻璃按钮代码 以允许文本和TextExtra 属性。目标是在按钮的上半部分以更大/更粗的字体呈现文本,并在下半部分以更小的字体呈现 TextExtra。
当按钮是圆形时,我很难找到一个好的方法来做到这一点。正如所写,代码使用其 Button 超类的文本呈现,即使对于仅具有 Text 属性的圆形按钮也能正常工作。我假设我需要自己渲染 Text 和 TextExtra,但想不出一种优雅的算法将文本包装到半圆形区域中。
欢迎任何方法/指针。
I'm modifying this glass button code to allow for both a Text and a TextExtra property. The goal is to render the Text in a larger/bolder font on the top half of the button and the TextExtra in a smaller font on the bottom half.
I'm having trouble finding a good way to do this when the button is round. As written, the code uses the text rendering of it's Button superclass, which works fine even for a round button with just the Text property. I assume I'll need to render the Text and TextExtra myself, but can't think of an elegant algorithm to wrap the text into the semi-circular regions.
Any approach/pointers welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论