EntityList.ConvertToLinearPaths (Text, Double, LinearPath(), LinearPath()()) Method

Converts the text outlines to LinearPath, separating outer and inner loops.
Public Sub ConvertToLinearPaths( _ 
ByVal text As Text, _ 
ByVal deviation As Double, _ 
ByRef outers As LinearPath(), _ 
ByRef inners As LinearPath()() _ 
)
This language is not supported or no code example is available.
public void ConvertToLinearPaths( 
Text text
double deviation
out LinearPath[] outers
out LinearPath[][] inners 
)
This language is not supported or no code example is available.

Parameters

text
Text

The text object to convert

deviation
double

The font chordal error

outers
LinearPath[]

The outer loops

inners
LinearPath[][]

The inner loops belonging to each outer loops

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition