CalendarView for WinForms
FontClipPrecision 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : FontClipPrecision 列挙体
Represents the clip precision of font.
シンタックス
'宣言
 
Public Enum FontClipPrecision 
   Inherits System.Enum
public enum FontClipPrecision : System.Enum 
メンバ
メンバ解説
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.
解説
The clipping precision defines how to clip characters that are partially outside the clipping region.
継承階層

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

参照

C1.Framework.Drawing.Gdi 名前空間