'Declaration Public Overloads Function CreateSimpleFontFromTrueTypeFont( _
ByVal streamStream that contains a file of TrueType font.As System.IO.Stream _
) As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont
public Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont CreateSimpleFontFromTrueTypeFont(
System.IO.Stream stream
)
public: Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* CreateSimpleFontFromTrueTypeFont(
System.IO.Stream* stream
)
public:
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ CreateSimpleFontFromTrueTypeFont(
System.IO.Stream^ stream
)
Parameters
- stream
- Stream that contains a file of TrueType font.
Return Value
Simple PdfFont.