ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / RawFontSubSet Class / RawFontSubSet Constructor / RawFontSubSet Constructor(String)
The path for raw font file.

In This Topic
    RawFontSubSet Constructor(String)
    In This Topic
    Initialization raw subset.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal path As System.String _
    )
    protected RawFontSubSet( 
       System.string path
    )

    Parameters

    path
    The path for raw font file.
    See Also