append

fun <C : Component, B : ComponentBuilder<C, B>> ComponentBuilder<C, B>.append(fontChar: FontChar): B

Appends the fontChar's component to this component.

Equivalent to append(fontChar.component).