Hello,
I have tried to use Custom Font with a BreadCrumb with the purpose of displaying an home icon for the first Element with the following code.
MyBreadCrumb.BreadCrumbElement.Items(0).Text = ChrW(&HF015)
MyBreadCrumb.BreadCrumbElement.Items(0).CustomFont = "Font Awesome 5 Free Solid"
But instead of a nice looking home Glyphs I have an old crossed ballot (see attached picture)
I'm missing something ?
By the way, you should take a look at Font Awesome Example (in VB.NET) in the following page https://docs.telerik.com/devtools/winforms/telerik-presentation-framework/glyphs and correct it. (the ChrW() instead of /uF017, the multiple variable settings instruction in one line).
Thank you for your support
Marco Guignard