'Declaration
Public Enum FontOutPrecision Inherits System.Enum
public enum FontOutPrecision : System.Enum
'Declaration
Public Enum FontOutPrecision Inherits System.Enum
public enum FontOutPrecision : System.Enum
Member | Description |
---|---|
Character | Not used. |
Default | Specifies the default font mapper behavior. |
Device | Instructs the font mapper to choose a Device font when the system contains multiple fonts with the same name. |
OutLine | This value instructs the font mapper to choose from TrueType and other outline-based fonts. |
PostScriptOnly | Instructs 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. |
Raster | Instructs 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.] |
String | This value is not used by the font mapper, but it is returned when raster fonts are enumerated. |
Stroke | This value is not used by the font mapper, but it is returned when TrueType, other outline-based fonts, and vector fonts are enumerated. |
TrueType | Instructs the font mapper to choose a TrueType font when the system contains multiple fonts with the same name. |
TrueTypeOnly | Instructs 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. |
System.Object
System.ValueType
System.Enum
C1.Framework.Drawing.Gdi.FontOutPrecision
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2