GTK#: How to Change Font of Entry
By Creek Codes on May 5, 2010 in: open source, foss, monodevelop, gtk, Free Software, gnashdevelop, mono
This tutorial assumes that you are using MonoDevelop and created a C# GUI application using GTK#. Supposing you already have a Window with an Entry, named txtSource, this is how you change the Font. First, include Pango in imports. using Pango; Se...