[]
Represents a cache of SkiaSharp.SKTypeface fonts that can be used for drawing text on a GcSkiaGraphics.
public class SkiaFontCache : IDisposable
Public Class SkiaFontCache
Implements IDisposable
| Name | Description |
|---|---|
| SkiaFontCache() | Initializes an instance of the SkiaFontCache class. |
| Name | Description |
|---|---|
| AddRef() | Increments the internal reference counter to prevent disposing an auto-created font cache. |
| Clear() | Clears the font cache. |
| Dispose() | Clean up the SkiaFontCache. |
| Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |