'Declaration
Public Overloads Shared Function SerializeFontValue( _ ByVal o As Object, _ ByVal w As XmlWriter _ ) As Boolean
'Usage
Dim o As Object Dim w As XmlWriter Dim value As Boolean value = Serializer.SerializeFontValue(o, w)
Parameters
- o
- Font object containing the font
- w
- XmlTextWriter
Return Value
true if successful, false otherwise