MinecraftFontLoadLimits

constructor(maxSources: Int = 256, maxSourceEntries: Int, maxEntries: Int, maxPathLength: Int, maxArchiveBytes: Long = 256L * 1024 * 1024, maxAssetBytes: Int = 32 * 1024 * 1024, maxDocumentBytes: Int = 2 * 1024 * 1024, maxInputBytes: Long = 128L * 1024 * 1024, maxDecompressedEntryBytes: Long = 32L * 1024 * 1024, maxDecompressedBytes: Long = 128L * 1024 * 1024, maxFontDocuments: Int, maxProviders: Int, maxGlyphs: Int, maxGlyphRowBytes: Long = 128L * 1024 * 1024, maxJsonDepth: Int = 64, maxJsonValues: Int, maxReferenceDepth: Int = 128, maxResolvedProviders: Int, maxImageDimension: Int, maxImageBytes: Long = 64L * 1024 * 1024, maxBitmapSheetBytes: Long = 8L * 1024 * 1024, maxTrueTypeFaces: Int = 256, maxTrueTypeInputBytes: Long = 128L * 1024 * 1024)(source)