ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / FontClipPrecision Enumeration

In This Topic
    FontClipPrecision Enumeration
    In This Topic
    Represents the clip precision of font.
    Syntax
    'Declaration
     
    
    Public Enum FontClipPrecision 
       Inherits System.Enum
    public enum FontClipPrecision : System.Enum 
    Members
    MemberDescription
    CharacterNot used.
    DefaultSpecifies default clipping behavior.
    DefaultDisableWindows 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.
    DefaultOverrideWindows 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.
    EmbeddedYou 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.

    MaskNot used.
    StrokeNot used by the font mapper, but is returned when raster, vector, or TrueType fonts are enumerated.
    TrueTypeAlwaysNot used.
    Remarks
    The clipping precision defines how to clip characters that are partially outside the clipping region.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.FontClipPrecision

    See Also