Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaGraphics Class / FontCache Property

In This Topic
    FontCache Property (GcSkiaGraphics)
    In This Topic
    Gets or sets the shared instance of a SkiaFontCache object.
    Syntax
    'Declaration
     
    Public Property FontCache As SkiaFontCache
    public SkiaFontCache FontCache {get; set;}
    See Also