Using gtk# on a cross platform application and trying to fix all the warnings, one of the warnings is that Gtk.Style.Font & Gdk.font is obsolete so can anybody point me to what replaced it?
All the google hits I get tell me to use Gtk.Style.Font etc… so hopefully somebody can help me out.
In that kind of cases, your best bet is to consult the official API documentation:
If you are using an IDE, it would be a good idea to have the documentation handy.