I want to create a property on my class of type System.Web.UI.WebControls.FontInfo. However System.web.UI.WebControls.FontInfo does not have a public constructor of any kind.
I'm not sure how to create an instance of System.Web.UI.WebControls.FontInfo. Expectedly, I'm getting an "Object reference null" error when trying to use the property without initialization.