Table of Contents

Class SerializableFont

Namespace
Lime
Assembly
Lime.dll
[SerializableAsset(new string[] { "tft", "cft" })]
public class SerializableFont : IFont, IDisposable, ISerializableAsset
Inheritance
SerializableFont
Implements
Inherited Members
Extension Methods

Constructors

SerializableFont()

public SerializableFont()

SerializableFont(string)

public SerializableFont(string name)

Parameters

name string

Properties

About

public string About { get; }

Property Value

string

CharSource

public IFontCharSource CharSource { get; }

Property Value

IFontCharSource

Name

[YuzuMember]
public string Name { get; set; }

Property Value

string

RoundCoordinates

public bool RoundCoordinates { get; }

Property Value

bool

Spacing

public float Spacing { get; }

Property Value

float

Methods

ClearCache()

public void ClearCache()

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()