Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyle Class / TextStyle Constructor / TextStyle Constructor(String,String,FontStyle,Double)
The text style name.
The font family name
The font style
The width factor

In This Topic
    TextStyle Constructor(String,String,FontStyle,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal fontFamilyName As String, _
       ByVal style As FontStyle, _
       Optional ByVal widthFactor As Double _
    )
    public TextStyle( 
       string name,
       string fontFamilyName,
       FontStyle style,
       double widthFactor
    )

    Parameters

    name
    The text style name.
    fontFamilyName
    The font family name
    style
    The font style
    widthFactor
    The width factor
    See Also