Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class / LoadFont Method
The style name
The SHX file name

In This Topic
    LoadFont Method
    In This Topic
    Loads a ".shx" shape file.
    Syntax
    'Declaration
     
    Public Sub LoadFont( _
       ByVal styleName As String, _
       ByVal fileName As String _
    ) 
    public void LoadFont( 
       string styleName,
       string fileName
    )

    Parameters

    styleName
    The style name
    fileName
    The SHX file name
    Remarks
    Call a EntityList.Regen() afterwards
    See Also