Show / Hide Table of Contents

Class FontSerialized

Inheritance
object
FontSerialized
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.SerializedTypes
Assembly: SadConsole.dll
Syntax
public class FontSerialized

Constructors

FontSerialized()

Declaration
public FontSerialized()

Fields

Name

Declaration
public string Name
Field Value
Type Description
string

Methods

FromFont(IFont)

Declaration
public static FontSerialized FromFont(IFont font)
Parameters
Type Name Description
IFont font
Returns
Type Description
FontSerialized

ToFont(FontSerialized)

Declaration
public static IFont ToFont(FontSerialized font)
Parameters
Type Name Description
FontSerialized font
Returns
Type Description
IFont

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX