Click or drag to resize

TextEntityCreateCurves Method

Returns the outline curves.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Curve[] CreateCurves(
	DimensionStyle dimstyle,
	bool allowOpen,
	double smallCapsScale = 1,
	double spacing = 0
)

Parameters

dimstyle
Type: Rhino.DocObjectsDimensionStyle

[Missing <param name="dimstyle"/> documentation for "M:Rhino.Geometry.TextEntity.CreateCurves(Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]

allowOpen
Type: SystemBoolean
Set to true to prevent forced closing of open curves retrieved from glyphs.
smallCapsScale (Optional)
Type: SystemDouble
Set to create small caps out of lower case letters.
spacing (Optional)
Type: SystemDouble
Set to add additional spacing between glyph output.

Return Value

Type: Curve
An array of curves that forms the outline or content of this text entity.
See Also