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