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