ImageGear for .NET
ImGearPDEFontCreateFlags Enumeration
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEFontCreateFlags Enumeration




Glossary Item Box

Specifies flags for PDE font creation routine.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.