Search
PersistContext.SaveFont Method
See Also
 





Saves the specified font to the underlying stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveFont (
    Font font
)

Visual Basic  Copy Code

Public Sub SaveFont( _
    font As Font _
)

 Parameters

font

 See Also