Click or drag to resize

LOGFONTFontClipPrecision Enumeration

The clipping precision.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum FontClipPrecision
Members
Member nameValueDescription
CLIP_DEFAULT_PRECIS0 Specifies default clipping behavior.
CLIP_CHARACTER_PRECIS1 Not used.
CLIP_STROKE_PRECIS2 Not used by the font mapper, but is returned when raster, vector, or True Type fonts are enumerated.
CLIP_MASK15 Not used.
CLIP_LH_ANGLES16 When this value is used, the rotation for all fonts depends on whether the orientation of the coordinate system is left-handed or right-handed. If not used, device fonts always rotate counterclockwise, but the rotation of other fonts is dependent on the orientation of the coordinate system. For more information about the orientation of coordinate systems, see the description of the nOrientation parameter.
CLIP_TT_ALWAYS32 Not used.
CLIP_DFA_DISABLE64 Windows XP SP1: Turns off font association for the font. Note that this flag is not guaranteed to have any effect on any platform after Windows Server 2003.
CLIP_EMBEDDED128 You must specify this flag to use an embedded read-only font.
Remarks

The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the following values.

See Also