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
CharCollection
[YuzuMember]
public FontCharCollection CharCollection { get; }
Property Value
CharSource
public IFontCharSource CharSource { get; }
Property Value
RoundCoordinates
[YuzuMember]
public bool RoundCoordinates { get; set; }
Property Value
Spacing
[YuzuMember]
public float Spacing { get; set; }
Property Value
Sprites
[YuzuMember]
public List<ISprite> Sprites { get; }
Property Value
Methods
ClearCache()
public void ClearCache()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()