如何在extjs中将字体设置为网格
我想将 DVB-TTYogesh Normal(真实类型)字体设置为网格。 为此,我将以下内容添加到网格中, 样式:'字体系列:DVB-TTYogesh'。
但网格中的数据仍然显示“pcmcÁÖß´Ö.³ÖÖêÖ»Öê”,就像这样,我想要它 以实际形式
i want to set a DVB-TTYogesh Normal (true type) font to grid.
for that i added the following to grid,
style:'font-family:DVB-TTYogesh'.
but the data in the grid still show "pcmcÁÖß´Ö.³ÖÖêÃÖ»Öê" like this and i want it
in actualform
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设该字体实际上已安装在您的系统上(并且必须安装在所有用户的系统上才能为他们显示)。另外,请检查您的页面是否使用 UTF-8 编码。
I assume that font is actually installed on your system (and it must be installed on all users' systems to display for them). Also, check that your page is using UTF-8 encoding.