[]
Serializes a font to XML with the specified writer without writing element tags.
public static bool SerializeFontValue(object o, XmlTextWriter w)
Public Shared Function SerializeFontValue(o As Object, w As XmlTextWriter) As Boolean
Type | Name | Description |
---|---|---|
object | o | Font object that contains the font |
XmlTextWriter | w | XmlTextWriter |
Type | Description |
---|---|
bool | true if successful; otherwise, false |
Serializes font information to XML with the specified writer and short XML name option without writing element tags.
public static bool SerializeFontValue(object o, XmlTextWriter w, bool shortXmlName)
Public Shared Function SerializeFontValue(o As Object, w As XmlTextWriter, shortXmlName As Boolean) As Boolean
Type | Name | Description |
---|---|---|
object | o | FontInfo object that contains the font information |
XmlTextWriter | w | XmlTextWriter |
bool | shortXmlName | Whether to use the short XML name |
Type | Description |
---|---|
bool |