如何修复大小不一致的JavaFX WebView几何形状(三角形)?

时间:2019-04-26 19:14:47

标签: html javafx webview

我有一组非常漂亮的HTML三角形(Unicode 25B0 - 25C5),在Chrome中呈现:

enter image description here

在JavaFX WebView中:

enter image description here

啊!看起来糟透了,大小不一致。这是怎么回事?

源代码:

p.test1 { font-family: sans-serif; }
p.test2 { font-family: serif; }
<html><body>
<p class="test1">
test1 &#x25b2;&#x25b3;&#x25b4;&#x25b5;&#x25b6;&#x25b7;&#x25b8;&#x25b9;&#x25ba;&#x25bb;&#x25bc;&#x25bd;&#x25be;&#x25bf;&#x25c0;&#x25c1;&#x25c2;&#x25c3;&#x25c4;&#x25c5;
</p>
<p class="test2">
test2 &#x25b2;&#x25b3;&#x25b4;&#x25b5;&#x25b6;&#x25b7;&#x25b8;&#x25b9;&#x25ba;&#x25bb;&#x25bc;&#x25bd;&#x25be;&#x25bf;&#x25c0;&#x25c1;&#x25c2;&#x25c3;&#x25c4;&#x25c5;
</p>
</body></html>

0 个答案:

没有答案