MinecraftIndexedFontAssetSource

constructor(index: Path, objects: Path, name: String, limits: MinecraftFontLoadLimits)(source)

Parameters

index

JSON asset-index file.

objects

directory containing hash-prefix folders and content-addressed objects.

limits

ceilings applied before the asset index is read and copied.


constructor(index: Path, objects: Path, name: String = index.toString())(source)

Captures an asset index using the default loading ceilings while retaining the existing constructor signature. Inputs, ownership, and failures follow the primary constructor.