| FontCreate Method |
Create a new font object from font file data.
Supported formats are:
-
Type1
-
CFF
-
TrueType
-
OpenType
The returned font object is not yet used on any page, but it is associated with the given target document.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.ContentAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static Font Create(
Document targetDocument,
Stream stream,
bool embedded
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- stream Stream
-
the font file data stream
- embedded Boolean
- if the font shall be embedded in the document.
Note that this parameter must be for PDF/A documents.
Return Value
Font
the newly created font object
Exceptions See Also