1

I used this function in the below link to get a font. But I will use the font in a word file.

addFontFile from Resources

I tried

myRange.Font = new Font(pfc.Families[0],18,FontStyle.Regular);

But Range.Font doesn't allow this.(C#) How can I assign my font family to the Range's font?

Community
  • 1
  • 1
Ada
  • 624
  • 3
  • 17
  • 31
  • I couldn't find a way to give Microsoft.Office.Interop.Word.Font font family. Is it even possible? – Ada Sep 12 '13 at 07:53

0 Answers0