Skip to content
B-Ingenious Best Digital Marketing, Software Development & Website Desiging Company in Vapi | Gujarat | India | UK | USA | Australia | UAE
  • Home
  • About Us
  • [ Home ]
  • [ About Us ]

Tag: Custom Fonts

Custom Fonts in C#.

  • Posted October 22, 2013
  • by Bhargav Patel
  • Leave a Comment on Custom Fonts in C#.

//By Using Following Code you can use Custom Fonts.

PrivateFontCollection pfc = new PrivateFontCollection();
pfc.AddFontFile(Application.StartupPath + “\\RUPEE_FORADIAN.ttf”);
label2.Font = new Font(pfc.Families[0], 14, FontStyle.Regular);

Recent Posts

  • Set MID Form Background Color in C-Sharp
  • Check Collation Name of Columns in Database
  • Get Months First and Last Date in SQl
  • Encryption and Decryption By Password in SQL
  • Encryption and Decryption in SQL
  • Home
  • About Us
Copyright © 2021 . All rights reserved.
  • [ Home ]
  • [ About Us ]