ImageGear .NET v24.14 - Updated
ImGearPDEFontCreateFlags Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEFontCreateFlags Enumeration
Specifies flags for PDE font creation routine.
Syntax
'Declaration
 
Public Enum ImGearPDEFontCreateFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDEFontCreateFlags
public enum ImGearPDEFontCreateFlags : System.Enum 
__value public enum ImGearPDEFontCreateFlags : public System.Enum 
public enum class ImGearPDEFontCreateFlags : public System.Enum 
Members
MemberDescription
CREATE_ALL_WIDTHSSupply entire widths table. Affects Type0 fonts only.
CREATE_EMBEDDEDEmbed the font. Create an embedded font.
CREATE_GID_OVERRIDEThe library will convert cp to gid with identity embedded.
CREATE_NOT_ALLOWEDCreation is not allowed. Used when the combination of SysFont and SysEncoding is not allowed.
CREATE_SUBSETSubset the font. Same as WILL_SUBSET.
CREATE_TO_UNICODECreate ToUnicode cmap.
DEFER_WIDTHSWait to get widths until later (affects Type0 fonts only).
DO_NOT_EMBEDDo not embed the font. You cannot set both this and the WILL_SUBSET flags. Nor can you set CREATE_EMBEDDED.
ENCODE_BY_GIDCreate a CIDFont with identity (GID) encoding.
WILL_SUBSETSubset the font.
Remarks
To subset a font, set both the CREATE_EMBEDDED and WILL_SUBSET flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDEFontCreateFlags

See Also

Reference

ImageGear.Formats.PDF Namespace