Eyeshot 10 WinForms API Reference
TextStyleEx Constructor(String,FontStyle,Double,String)

WinForms Assembly > devDept.Eyeshot Namespace > TextStyleEx Class > TextStyleEx Constructor : TextStyleEx Constructor(String,FontStyle,Double,String)
The font family name
The text style
The width factor
The font file name (for shx fonts)
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal fontFamilyName As String, _
   ByVal style As FontStyle, _
   Optional ByVal widthFactor As Double, _
   Optional ByVal fileName As String _
)
public TextStyleEx( 
   string fontFamilyName,
   FontStyle style,
   double widthFactor,
   string fileName
)

Parameters

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

Reference

TextStyleEx Class
TextStyleEx Members
Overload List