I need to use custom font in xaml (c#). The font is not installed on the computer.
If the font is in the application installed folder,then i can use it even if it is not installed (/Fonts/New12.ttf#New12)
My problem is that the custom font is been created on the local computer and can't be in the installed folder.
The problem is that i can't copy the ttf file to the application installed folder , and i don't know how to use custom font that is not on the application installed folder
Is anyone have an idea ?