public class TextExtrude
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.util.List<Vector3d>> |
extractOutlines(javafx.scene.shape.Path text)
Converts a JavaFX Text object into a list of cleaned vector lists
representing the outlines
|
java.util.List<eu.mihosoft.vrl.v3d.TextExtrude.LineSegment> |
getLineSegment() |
java.util.List<Vector3d> |
getOffset() |
static java.util.ArrayList<CSG> |
text(double dir,
java.lang.String text,
javafx.scene.text.Font font)
Extrudes the specified path (convex or concave polygon without holes or
intersections, specified in CCW) into the specified direction.
|
public static java.util.ArrayList<CSG> text(double dir, java.lang.String text, javafx.scene.text.Font font)
dir - direction of extrusiontext - textfont - font configuration of the textpublic java.util.List<eu.mihosoft.vrl.v3d.TextExtrude.LineSegment> getLineSegment()
public java.util.List<Vector3d> getOffset()
public static java.util.List<java.util.List<Vector3d>> extractOutlines(javafx.scene.shape.Path text)