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

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

    Parameters

    name
    The name of the font table block.

    Return Value

    Returns the font table stream, otherwise null.
    See Also