'Declaration
Public Enum FontClipPrecision Inherits System.Enum
public enum FontClipPrecision : System.Enum
'Declaration
Public Enum FontClipPrecision Inherits System.Enum
public enum FontClipPrecision : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Framework.Drawing.Gdi.FontClipPrecision