Why would most FontAwesome icons work but not one?
Phil Race
philip.race at oracle.com
Fri Oct 10 15:53:17 UTC 2014
A box implies that the code point could not be mapped. FX code in this
respect
is completely cross-platform until you get down to requesting the glyph from
DirectWrite or CoreText so the most likely things are that either they
can't map
it or its what Mario said.
Suppose you also have a copy of this font *installed* somewhere .. its
possible
that you are then using the installed one in some case and the one in
the jar
in another case ?
If that's not it, you can send me your app and I'll see what I see ...
-phil.
On 10/10/2014 08:32 AM, Mike Hearn wrote:
>> I've noticed this with some icons, double check that the font file
>> you're using in FontAwesomeFX does actually contain the icon,
>> FontAwesome seems to add new icons even in minor releases.
>
> It's the same JAR on all three platforms, and Windows is the only one it
> fails on. I don't think it can be this ...
More information about the openjfx-dev
mailing list