CalendarView for WinForms
FontOutPrecision 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : FontOutPrecision 列挙体
Represents the out precision of logical font.
シンタックス
'宣言
 
Public Enum FontOutPrecision 
   Inherits System.Enum
public enum FontOutPrecision : System.Enum 
メンバ
メンバ解説
CharacterNot used.
DefaultSpecifies the default font mapper behavior.
DeviceInstructs the font mapper to choose a Device font when the system contains multiple fonts with the same name.
OutLineThis value instructs the font mapper to choose from TrueType and other outline-based fonts.
PostScriptOnlyInstructs the font mapper to choose from only PostScript fonts. If there are no PostScript fonts installed in the system, the font mapper returns to default behavior.
RasterInstructs the font mapper to choose a raster font when the system contains multiple fonts with the same name.
ScreenOutLine[This is a no document value.]
StringThis value is not used by the font mapper, but it is returned when raster fonts are enumerated.
StrokeThis value is not used by the font mapper, but it is returned when TrueType, other outline-based fonts, and vector fonts are enumerated.
TrueTypeInstructs the font mapper to choose a TrueType font when the system contains multiple fonts with the same name.
TrueTypeOnlyInstructs the font mapper to choose from only TrueType fonts. If there are no TrueType fonts installed in the system, the font mapper returns to default behavior.
解説
The output precision defines how closely the output must match the requested font's height, width, character orientation, escapement, pitch, and font type.
継承階層

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

参照

C1.Framework.Drawing.Gdi 名前空間