net.kernelpanicsoft.archie.gui.composables.basic¶
Functions¶
getTextSize¶
fun getTextSize(
text: Component,
scale: Float = 1.0f,
font: Font = Minecraft.getInstance().font
): Size
Spacer¶
An invisible layout composable that expands to fill available space.
Text¶
Renders a Component using Minecraft's font renderer.
Texture¶
Renders a sprite region from a texture atlas using UV coordinates.