在 GWT 中捕获字体调整大小事件
在 GWT 中,是否有一个字体调整大小事件,当用户通过 Ctrl-鼠标滚动/视图更改字体大小时,我可以侦听以捕获事件 ->飞涨?
谷歌搜索,并查看了 StackOverflow。什么也没找到。如果有人问我而我错过了,我深表歉意。
谢谢。
In GWT, Is there a font resize event that I can listen to to capture events when the user changes the size of the font by Ctrl-Mouse Scroll/view -> Zoom?
Googled, and looked in StackOverflow. Found nothing. Apologies if it's been asked and I missed it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用此代码,它处理 Control +/- 和鼠标滚动:
Try using this code, it handles Control +/- and mouse scroll: