PDFReaderControls.NET Professional Type Reference

Font.TrueType Method

Get a TrueType font from a stream.

Overload List

Get a TrueType font from a stream.

public static Font TrueType(Stream);

Get a TrueType font from a TrueType collection stream.

public static Font TrueType(Stream,string);

Get a TrueType font from file.

public static Font TrueType(string);

Get a TrueType font from a TrueType collection (.TTC) file.

public static Font TrueType(string,string);

See Also

Font Class | TallComponents.PDF.Fonts Namespace