Text.GetTextOutlinesInternal Method

Protected Sub GetTextOutlinesInternal( _ 
ByVal myText As String, _ 
ByVal deviation As Double, _ 
ByVal computeInners As Boolean, _ 
ByVal toCurve As Boolean, _ 
ByVal myFont As Font, _ 
ByVal fsd As FontStyleData, _ 
ByVal myTransform As Transformation, _ 
ByVal fontScale As Double, _ 
ByRef outers As ICurve(), _ 
ByRef inners As ICurve()() _ 
)
This language is not supported or no code example is available.
protected void GetTextOutlinesInternal( 
string myText
double deviation
bool computeInners
bool toCurve
Font myFont
FontStyleData fsd
Transformation myTransform
double fontScale
out ICurve[] outers
out ICurve[][] inners 
)
This language is not supported or no code example is available.

Parameters

myText
string

deviation
double

computeInners
bool

toCurve
bool

myFont
Font

fsd
FontStyleData

myTransform
Transformation

fontScale
double

outers
ICurve[]

inners
ICurve[][]

.NET Framework

Supported in: 4.8

In this article

Definition