GlyphCache constructor
GlyphCache({})
Implementation
GlyphCache({
required this.fontFamily,
required this.fontSize,
required this.cellWidth,
this.fontFamilyFallback = const [],
this.boldFamily,
this.italicFamily,
this.boldItalicFamily,
this.lineHeight = 1.0,
this.maxEntries = 4096,
this.maxBuildsPerFrame = 128,
});