GetFontTableStream Method (FontSubSet)
In This Topic
Gets stream for the font table block by name.
Syntax
'Declaration
Public Overridable Function GetFontTableStream( _
ByVal As String _
) As Stream
public virtual Stream GetFontTableStream(
string
)
Parameters
- name
- The name of the font table block.
Return Value
Returns the font table stream, otherwise null.
See Also