Blog Posts on monodevelop
Percent:
Distinct:
GTK#: How to Change Font of Entry by Creek Codes on May 5, 2010This 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...


