Re: Why would most FontAwesome icons work but not one?

2014-10-10 Thread Mario Torre
On Fri, 2014-10-10 at 16:27 +0200, Mike Hearn wrote: I'm using FontAwesomeFX in my app (thanks for that guys!) and it works brilliantly except for one icon (THUMB_TACK), that is being set as a graphic in a listview. It works fine on MacOS but renders only a box on Windows. The icon shows

Re: Why would most FontAwesome icons work but not one?

2014-10-10 Thread Mike Hearn
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

Re: Why would most FontAwesome icons work but not one?

2014-10-10 Thread Phil Race
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