The classSystem.Drawing.Font is not XML Serializable since it doesn\'t have a default (empty) constructor. Is there some work around or alternative way to
System.Drawing.Font
A suggestion on how to do this by implementing a wrapper class that is serializable is given on the MSDN page for the Font class.