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

In This Topic
    TextStyleEx Constructor(String,String,FontStyle,Double,String)
    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, _
       Optional ByVal fileName As String _
    )
    public TextStyleEx( 
       string name,
       string fontFamilyName,
       FontStyle style,
       double widthFactor,
       string fileName
    )

    Parameters

    name
    The text style name.
    fontFamilyName
    The font family name
    style
    The text style
    widthFactor
    The width factor
    fileName
    The font file name (for shx fonts)
    See Also