Package-level declarations
Types
Link copied to clipboard
object MiniTextRenderer
Safe bounded text renderer for proxy/system messages.
Link copied to clipboard
Link copied to clipboard
data class RenderLimits(val maxInputLength: Int = 4096, val maxNestingDepth: Int = 16, val maxGradientChars: Int = 512, val maxTagLength: Int = 96)
Link copied to clipboard
Link copied to clipboard
object RenderStyleLoader
Loads bounded text rendering limits from a TOML file.