[]
        
(Showing Draft Content)

C1.iOS.Viewer.FontCache

FontCache Class

Collects DirectWrite fonts for using in RenderEngine.

Inheritance
FontCache
Implements
IDisposable
Namespace: C1.iOS.Viewer
Assembly: C1.iOS.Viewer.dll
Syntax
public class FontCache : Object, IDisposable

Constructors

Name Description
FontCache()

Initializes an instance of the FontCache class.

Methods

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 CoreText.CTFont for a given GrapeCity.Documents.Text.Font.

GetFont(Font)

Gets an instance of the CoreText.CTFont for a given GrapeCity.Documents.Text.Font.