Visual Basic
C#
Managed Extensions for C++
C++/CLI
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. |
To subset a font, set both the CREATE_EMBEDDED and WILL_SUBSET flags.
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEFontCreateFlags