Class FontSerialized
Inherited Members
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 |