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

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