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.