Get a TrueType font from a stream.
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);
Font Class | TallComponents.PDF.Fonts Namespace