Package-level declarations
Functions
Link copied to clipboard
fun shapesFromText(face: Face, text: String, size: Double, position: Vector2 = Vector2.ZERO, scaler: (Face) -> Double = ::fontHeightScaler): List<Shape>
Generates a list of shapes representing the given text with the specified font face, size, and position.