PDFKit.NET 2.0 Class Library (.NET 2.0)

Font.TrueType Method (Stream, String)

Get a TrueType font from a TrueType collection stream.

public static Font TrueType(
   Stream stream,
   string fontName
);

Parameters

stream
Stream containing TrueType collection font data.
fontName
Name (case-insensitive) of the TrueType font inside the collection.

Return Value

The created font.

See Also

Font Class | TallComponents.PDF.Fonts Namespace | Font.TrueType Overload List