InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / RawFontSubSet Class / GetFontTableStream Method
The name of the font table block.

In This Topic
    GetFontTableStream Method (RawFontSubSet)
    In This Topic
    Gets stream for the font table block by name.
    Syntax
    'Declaration
     
    Public Overrides Function GetFontTableStream( _
       ByVal name As String _
    ) As Stream
    public override Stream GetFontTableStream( 
       string name
    )

    Parameters

    name
    The name of the font table block.

    Return Value

    Returns the font table stream, otherwise null.
    See Also