yoyosh
January 25th, 2010, 01:34 PM
I would like to display some label in custom font for which I have *.ttf file. So I added this file to solution to 'Resources' folder with build action set as a resource. Font`s name is Katana. Then I tried to set FontFamily of my label in this way:
<Label FontFamily="./Resources/#Katana">Importing data...</Label>
I tried many different combinations of that string but none of them worked. How to do that?
Thank you for help
<Label FontFamily="./Resources/#Katana">Importing data...</Label>
I tried many different combinations of that string but none of them worked. How to do that?
Thank you for help