Table of Contents

Class Font

Namespace
Lime
Assembly
Lime.dll
public sealed class Font : IFont, IDisposable
Inheritance
Font
Implements
Inherited Members
Extension Methods

Constructors

Font()

public Font()

Font(FontCharCollection)

public Font(FontCharCollection chars)

Parameters

chars FontCharCollection

Properties

About

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

Property Value

string

CharCollection

[YuzuMember]
public FontCharCollection CharCollection { get; }

Property Value

FontCharCollection

CharSource

public IFontCharSource CharSource { get; }

Property Value

IFontCharSource

RoundCoordinates

[YuzuMember]
public bool RoundCoordinates { get; set; }

Property Value

bool

Spacing

[YuzuMember]
public float Spacing { get; set; }

Property Value

float

Sprites

[YuzuMember]
public List<ISprite> Sprites { get; }

Property Value

List<ISprite>

Methods

ClearCache()

public void ClearCache()

Dispose()

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

public void Dispose()