XmlFont.ToFont Method
Returns the XML font format.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ToFont As Font
'Usage
Dim instance As XmlFont
Dim returnValue As Font
returnValue = instance.ToFont()
public Font ToFont()
Return Value
Type: System.Drawing.Font
The XML font format.
Remarks
ToFont() is used by the FontSerializer.Deserialize method.