Click or drag to resize

TextEntityCreateCurves Method (DimensionStyle, Boolean, Boolean, Double, Double)

Returns the outline curves.

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

Parameters

dimstyle
Type: Rhino.DocObjectsDimensionStyle

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

allowOpen
Type: SystemBoolean
Set to true to prevent forced closing of open curves retrieved from glyphs.
makeSmallCaps
Type: SystemBoolean
Set to create small caps out of lower case letters.
smallCapsScale
Type: SystemDouble
If makeSmallCaps is true, this will be the scale factor for small caps.
spacing
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