MinecraftMemoryFontAssetSource

constructor(name: String, files: Map<String, ByteArray>, limits: MinecraftFontLoadLimits)(source)

Parameters

files

canonical pack-relative files.

limits

byte and entry ceilings checked before copying caller-owned arrays.


constructor(name: String, files: Map<String, ByteArray>)(source)

Copies an in-memory source using default ceilings while retaining the existing constructor signature. Inputs, ownership, and failures follow the primary constructor.