Table of Contents

Interface IFontCharSource

Namespace
Lime
Assembly
Lime.dll
public interface IFontCharSource : IDisposable
Inherited Members

Methods

Contains(char)

bool Contains(char code)

Parameters

code char

Returns

bool

Get(char, float)

FontChar Get(char code, float heightHint)

Parameters

code char
heightHint float

Returns

FontChar