glyphCache property

GlyphStripCache? glyphCache
getter/setter pair

Replayable glyph strip cache consulted by fillOutline. Defaults to the process-wide GlyphStripCache.shared; set null to rasterize every glyph directly (unquantized - the pre-cache behavior).

Implementation

GlyphStripCache? glyphCache = GlyphStripCache.shared;