[]
Collects DirectWrite fonts for using in RenderEngine.
public class FontCache : Object, IDisposable
| Name | Description |
|---|---|
| FontCache() | Initializes an instance of the FontCache class. |
| Name | Description |
|---|---|
| Clear() | Clears the font cache. |
| Dispose() | Clean up any resources being used. |
| Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |
| Finalize() | Performs cleanup operations on unmanaged resources. |
| GetFont(CffTable) | Gets an instance of the Android.Graphics.Typeface for a given GrapeCity.Documents.Text.Font. |
| GetFont(Font) | Gets an instance of the Android.Graphics.Typeface for a given GrapeCity.Documents.Text.Font. |