EntityList.ConvertToLinearPaths (Text, Double) Method

Converts the text outlines to LinearPath.
Public Function ConvertToLinearPaths( _ 
ByVal text As Text, _ 
ByVal deviation As Double
) As LinearPath()
This language is not supported or no code example is available.
public LinearPath[] ConvertToLinearPaths( 
Text text
double deviation 
)
This language is not supported or no code example is available.

Parameters

text
Text

The text object to convert

deviation
double

The font contour chordal error

Return Value

LinearPath[]

The array of LinearPaths

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition