0

I have this code:

PrivateFontCollection collection = new PrivateFontCollection();

collection.AddFontFile(@"C:\Projects\MyProj\free3of9.ttf");

FontFamily fontFamily = new FontFamily("Free 3 of 9", collection);
Font font = new Font(fontFamily, height);

Now, how can I save the .ttf file, using collection, fontFamily, and font?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

0 Answers0