'宣言 Public Overridable Function GetFontTableStream( _ ByVal name As System.String _ ) As System.IO.Stream
'使用法 Dim instance As FontSubSet Dim name As System.String Dim value As System.IO.Stream value = instance.GetFontTableStream(name)
public virtual System.IO.Stream GetFontTableStream( System.string name )
パラメータ
- name
- The name of the font table block.
戻り値の型
Returns the font table stream, otherwise null.