Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / GetTextOutlinesInternal Method

In This Topic
    GetTextOutlinesInternal Method
    In This Topic
    Syntax
    'Declaration
     
    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 devDept.Eyeshot.Entities.ICurve[]() _
    ) 
    protected void GetTextOutlinesInternal( 
       string myText,
       double deviation,
       bool computeInners,
       bool toCurve,
       Font myFont,
       FontStyleData fsd,
       Transformation myTransform,
       double fontScale,
       out ICurve[] outers,
       out devDept.Eyeshot.Entities.ICurve[][] inners
    )

    Parameters

    myText
    deviation
    computeInners
    toCurve
    myFont
    fsd
    myTransform
    fontScale
    outers
    inners
    See Also