I want to apply multiple font family, where one font is on the server and another is installed on local machine.
For instance I want to use Times New Roman
(installed on local machine) with my uri of custom font
textblock.FontFamily=new FontFamily(new Uri("Protocol://Path-of-Custom-Font"),"")
where should I place Times New Roman so that I can use multiple fontfamily???????
thankyou