ImageGear22.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEFontCreateFlags Enumeration |
'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
Member | Value | Description |
---|---|---|
CREATE_ALL_WIDTHS | 0x00000080 | Supply entire widths table. Affects Type0 fonts only. |
CREATE_EMBEDDED | 0x00000001 | Embed the font. Create an embedded font. |
CREATE_GID_OVERRIDE | 0x00000020 | The library will convert cp to gid with identity embedded. |
CREATE_NOT_ALLOWED | 0xFFFFFFFF | Creation is not allowed. Used when the combination of SysFont and SysEncoding is not allowed. |
CREATE_SUBSET | 0x00000002 | Subset the font. Same as WILL_SUBSET. |
CREATE_TO_UNICODE | 0x00000040 | Create ToUnicode cmap. |
DEFER_WIDTHS | 0x00000010 | Wait to get widths until later (affects Type0 fonts only). |
DO_NOT_EMBED | 0x00000004 | Do not embed the font. You cannot set both this and the WILL_SUBSET flags. Nor can you set CREATE_EMBEDDED. |
ENCODE_BY_GID | 0x00000008 | Create a CIDFont with identity (GID) encoding. |
WILL_SUBSET | 0x00000002 | Subset the font. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEFontCreateFlags