gpt4 book ai didi

gwt - GWT 中的@font-face

转载 作者:行者123 更新时间:2023-12-04 13:38:53 24 4
gpt4 key购买 nike

我试图在 GWT 2.2.0 中使用以下代码:

//in my UiBinderFile
<ui:style field="myStyle" src="MyCssFile.css"/>
.
.
<g:Label ui:field="aboutMainHeader" styleName="{myStyle.decorFont}"></g:Label>

并且也在与 UiBInder xml 相同目录中的 MyCssFile.css 中,

//entire MyCssFile.css
@font-face {
font-family: cool_font;
src: url('cool_font.ttf');
}
.decorFont{
font-family: cool_font; /* no .ttf */
}

当我尝试编译它时,我在 UiBinder 解析器中得到了一些 NPE,就在调用进行字体解析的方法之后。我不知道出了什么问题。有没有人用 GWT 尝试过面部字体,你能发布工作示例吗?

谢谢...

最佳答案

参见 http://code.google.com/p/google-web-toolkit/issues/detail?id=5247

您必须将您的 @font-face 声明放在外部(不是CssResource)样式表中(例如可以内联在您的 HTML 主机页面中)

关于gwt - GWT 中的@font-face,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5385885/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com