[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.FontClipPrecision

FontClipPrecision Enum

Represents the clip precision of font.

Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
[Flags]
public enum FontClipPrecision : byte
Remarks

The clipping precision defines how to clip characters that are partially outside the clipping region.

Fields

Name Description
Character

Not used.

Default

Specifies default clipping behavior.

DefaultDisable

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.

DefaultOverride

Windows 2000: Turns off font association for the font. This is identical to DefaultDisable, but it can have problems in some situations; the recommended flag to use is DefaultDisable.

Embedded

You must specify this flag to use an embedded read-only font.

LeftHandAngles

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.

Mask

Not used.

Stroke

Not used by the font mapper, but is returned when raster, vector, or TrueType fonts are enumerated.

TrueTypeAlways

Not used.