PrintDocument for WinForms | ComponentOne
C1.PrintDocument.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 String _
    )
    protected RawFontSubSet( 
       string path
    )

    Parameters

    path
    The path for raw font file.
    See Also