'Declaration Public Function GetTrueTypeFontFromFontCollection( _
ByVal streamThe stream.As System.IO.Stream, _
ByVal fontNameName of the font.As System.String _
) As System.IO.Stream
public System.IO.Stream GetTrueTypeFontFromFontCollection(
System.IO.Stream stream,
System.String fontName
)
public: System.IO.Stream* GetTrueTypeFontFromFontCollection(
System.IO.Stream* stream,
System.String fontName
)
public:
System.IO.Stream^ GetTrueTypeFontFromFontCollection(
System.IO.Stream^ stream,
System.String fontName
)
Parameters
- stream
- The stream.
- fontName
- Name of the font.
Return Value
The TrueType Font with specified name from TrueType Font Collection (TTC).