ImageGear for .NET
ImGearPDEFont Constructor(ImGearPDFSysFont,ImGearPDEFontCreateFlags,ImGearPDFAtom,Int32[])
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class > ImGearPDEFont Constructor : ImGearPDEFont Constructor(ImGearPDFSysFont,ImGearPDEFontCreateFlags,ImGearPDFAtom,Int32[])




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.

Glossary Item Box

Initializes a new instance of the ImGearPDEFont class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.