Text.GetSHXOutlines Method

Protected Sub GetSHXOutlines( _ 
ByVal text As String, _ 
ByVal transf As Transformation, _ 
ByVal fsd As FontStyleData, _ 
ByRef outers As ICurve(), _ 
ByRef inners As ICurve()() _ 
)
This language is not supported or no code example is available.
protected void GetSHXOutlines( 
string text
Transformation transf
FontStyleData fsd
out ICurve[] outers
out ICurve[][] inners 
)
This language is not supported or no code example is available.

Parameters

text
string

transf
Transformation

fsd
FontStyleData

outers
ICurve[]

inners
ICurve[][]

.NET Framework

Supported in: 4.8

In this article

Definition