[]
        
Serializes a font into XML with the specified writer.
public static void SerializeFont(Font font, string elementName, XmlWriter w)Public Shared Sub SerializeFont(font As Font, elementName As String, w As XmlWriter)| Type | Name | Description | 
|---|---|---|
| Font | font | Font object containing the font | 
| string | elementName | Name of XML element | 
| XmlWriter | w | XmlTextWriter |