BinaryArchiveWriterWriteFont Method |
Writes a
Font value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteFont(
Font value
)
Public Sub WriteFont (
value As Font
)
Parameters
- value
- Type: System.DrawingFont
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also