[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.SkiaFontCache

SkiaFontCache Class

Represents a cache of SkiaSharp.SKTypeface fonts that can be used for drawing text on a GcSkiaGraphics.

Inheritance
SkiaFontCache
Implements
Namespace: GrapeCity.Documents.Imaging.Skia
Assembly: GcDocs.Imaging.Skia.dll
Syntax
public class SkiaFontCache : IDisposable

Constructors

Name Description
SkiaFontCache()

Initializes an instance of the SkiaFontCache class.

Methods

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.

~SkiaFontCache()

Performs cleanup operations on unmanaged resources.