clearFontCache static method

void clearFontCache()

Implementation

static void clearFontCache() {
  _fontFaceRegistry.clear();
  _loadedFonts.clear();
}