'Declaration Public Function New( _ ByVal systemFont As ImGearPDFSysFont, _ ByVal options As ImGearPDEFontCreateFlags, _ ByVal snapshotName As ImGearPDFAtom, _ ByVal designVector() As Integer, _ Optional ByVal pdfDoc As ImGearPDFDocument _ )
'Usage Dim systemFont As ImGearPDFSysFont Dim options As ImGearPDEFontCreateFlags Dim snapshotName As ImGearPDFAtom Dim designVector() As Integer Dim pdfDoc As ImGearPDFDocument Dim instance As New ImGearPDEFont(systemFont, options, snapshotName, designVector, pdfDoc)
public ImGearPDEFont( ImGearPDFSysFont systemFont, ImGearPDEFontCreateFlags options, ImGearPDFAtom snapshotName, int[] designVector, ImGearPDFDocument pdfDoc )
public: ImGearPDEFont( ImGearPDFSysFont* systemFont, ImGearPDEFontCreateFlags options, ImGearPDFAtom* snapshotName, int[]* designVector, ImGearPDFDocument* pdfDoc )
public: ImGearPDEFont( ImGearPDFSysFont^ systemFont, ImGearPDEFontCreateFlags options, ImGearPDFAtom^ snapshotName, array<int>^ designVector, ImGearPDFDocument^ pdfDoc )
Parameters
- systemFont
- PDF system font object referencing a system font.
- options
- Indicates whether to embed the font and whether to subset the font. Must be one of enumImGearPDEFontCreateFlags. If you want to subset a font, set both the CREATE_EMBEDDED and WILL_SUBSET options.
- snapshotName
- Name to be associated with this particular instantiation of the PDE Font.
- designVector
- Multiple master font design vector.
- pdfDoc
- PDF document in the context of which this font should be created. Pass null to use the scratch doc.
Return Value
The new instance of ImGearPDEFont class object.