使用下面的样式表运行代码时出现此错误:
Jan 21, 2016 11:20:40 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
INFO: Could not load @font-face font [file:/home/luiserebii/workspace/WingDingsConverter/bin/fonts/8bit.tff]
目录似乎正确。我在Ubuntu 12.04上使用Eclipse,如果这有所不同。
@font-face {
src: url('../fonts/8bit.tff');
}
WINDOWS中的更新错误:
Jan 23, 2016 1:10:00 AM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
INFO: Could not load @font-face font [file:/L:/Luiserebii's%20Data/Computer%20Science/Java/workspace/PowerballFX/bin/fonts/8bit.ttf]
Jan 23, 2016 1:10:00 AM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
INFO: Could not load @font-face font [file:/L:/Luiserebii's%20Data/Computer%20Science/Java/workspace/PowerballFX/bin/fonts/OpenSans-Light.ttf]
我怀疑它与斜线的方向有关吗?