Dimension.GetTextOutlines Method

Protected Overrides Sub GetTextOutlines( _ 
ByVal deviation As Double, _ 
ByVal computeInners As Boolean, _ 
ByVal toCurve As Boolean, _ 
ByVal myFont As Font, _ 
ByVal fsd As FontStyleData, _ 
ByVal transform As Transformation, _ 
ByVal fontScale As Double, _ 
ByRef ptOuters As ICurve(), _ 
ByRef ptInners As ICurve()() _ 
)
This language is not supported or no code example is available.
protected override void GetTextOutlines( 
double deviation
bool computeInners
bool toCurve
Font myFont
FontStyleData fsd
Transformation transform
double fontScale
out ICurve[] ptOuters
out ICurve[][] ptInners 
)
This language is not supported or no code example is available.

Parameters

deviation
double

computeInners
bool

toCurve
bool

myFont
Font

fsd
FontStyleData

transform
Transformation

fontScale
double

ptOuters
ICurve[]

ptInners
ICurve[][]

.NET Framework

Supported in: 4.8

In this article

Definition