ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontCreateFlags Enumeration




In This Topic
    ImGearPDEFontCreateFlags Enumeration
    In This Topic
    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_WIDTHS128Supply entire widths table. Affects Type0 fonts only.
    CREATE_EMBEDDED1Embed the font. Create an embedded font.
    CREATE_GID_OVERRIDE32The library will convert cp to gid with identity embedded.
    CREATE_NOT_ALLOWED-1Creation is not allowed. Used when the combination of SysFont and SysEncoding is not allowed.
    CREATE_SUBSET2Subset the font. Same as WILL_SUBSET.
    CREATE_TO_UNICODE64Create ToUnicode cmap.
    DEFER_WIDTHS16Wait to get widths until later (affects Type0 fonts only).
    DO_NOT_EMBED4Do not embed the font. You cannot set both this and the WILL_SUBSET flags. Nor can you set CREATE_EMBEDDED.
    ENCODE_BY_GID8Create a CIDFont with identity (GID) encoding.
    WILL_SUBSET2Subset 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