ImageGear .NET
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
MemberValueDescription
CREATE_ALL_WIDTHS0x00000080Supply entire widths table. Affects Type0 fonts only.
CREATE_EMBEDDED0x00000001Embed the font. Create an embedded font.
CREATE_GID_OVERRIDE0x00000020The library will convert cp to gid with identity embedded.
CREATE_NOT_ALLOWED0xFFFFFFFFCreation is not allowed. Used when the combination of SysFont and SysEncoding is not allowed.
CREATE_SUBSET0x00000002Subset the font. Same as WILL_SUBSET.
CREATE_TO_UNICODE0x00000040Create ToUnicode cmap.
DEFER_WIDTHS0x00000010Wait to get widths until later (affects Type0 fonts only).
DO_NOT_EMBED0x00000004Do not embed the font. You cannot set both this and the WILL_SUBSET flags. Nor can you set CREATE_EMBEDDED.
ENCODE_BY_GID0x00000008Create a CIDFont with identity (GID) encoding.
WILL_SUBSET0x00000002Subset 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback