CurveTextRenderer
class CurveTextRenderer<T>(original: TextRenderer<T>, val path: VectorPath, val curve: Curve) : TransformedTextRenderer<T>
Functions
Link copied to clipboard
inline fun <T> TextRenderer<T>.aroundPath(out: VectorPath = VectorPath(), block: VectorPath.() -> Unit): CurveTextRenderer<T>
Link copied to clipboard
operator fun <T> TextRenderer<T>.invoke(actions: ITextRendererActions, text: T, size: Double, defaultFont: Font)
Link copied to clipboard
fun <T> TextRenderer<T>.measure(text: T, size: Double, defaultFont: Font): BoundBuilderTextRendererActions
Link copied to clipboard
fun <T> TextRenderer<T>.transformed(transformation: (ITextRendererActions) -> ITextRendererActions): TransformedTextRenderer<T>
Link copied to clipboard