I'm using RadGlyph with the FontAwesome library and it works great. I register the font in my App.xaml - OnStartup and when I run my application the icons load correctly and look crisp and clear.
The issue is in the Visual Studio designer RadGlyph complains constantly that the 'Font family FontAwsome is not registered'. This breaks parts of the UI designer and add these errors to the Error List make it look a lot worse than it is and makes finding real errors harder.
My question is, how do I register the custom font in away that RadGlyph can detect it in the designer or can I turn off the detection of this error altogether? I don't need to see the icon in the designer I just want to clean up the error messages.
Thanks,
Richard