C1.WPF.PrintDocument.4.6.2 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
 

Parameters

name
The name of the font table block.

Return Value

Returns the font table stream, otherwise null.
See Also