'Declaration Public Function New( _ ByVal systemFont As ImGearPDFSysFont, _ ByVal options As ImGearPDEFontCreateFlags, _ ByVal snapshotName As ImGearPDFAtom, _ ByVal designVector() As Integer _ )
'Usage Dim systemFont As ImGearPDFSysFont Dim options As ImGearPDEFontCreateFlags Dim snapshotName As ImGearPDFAtom Dim designVector() As Integer Dim instance As New ImGearPDEFont(systemFont, options, snapshotName, designVector)
public ImGearPDEFont( ImGearPDFSysFont systemFont, ImGearPDEFontCreateFlags options, ImGearPDFAtom snapshotName, int[] designVector )
public: ImGearPDEFont( ImGearPDFSysFont* systemFont, ImGearPDEFontCreateFlags options, ImGearPDFAtom* snapshotName, int[]* designVector )
public: ImGearPDEFont( ImGearPDFSysFont^ systemFont, ImGearPDEFontCreateFlags options, ImGearPDFAtom^ snapshotName, array<int>^ designVector )
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.
Return Value
The new instance of ImGearPDEFont class object.