ChartDirector 7.1 (.NET Edition)

Chart.ClearTypeMono


Usage

[C#]public static int ClearTypeMono([ double gamma ]);
[VB]Public Shared Function ClearTypeMono([ gamma As Double ]) As Integer

Description

Gets a value to represent that monochrome ClearType technology be used for drawing text.

This constant is used in BaseChart.setAntiAlias and DrawArea.setAntiAlias.

Please refer to ClearTypeColor on the detail explanation of what is standard ClearType and hardware independent ClearType.

Arguments

ArgumentDefaultDescription
gamma0Specifies the level of gamma correction used for ClearType font rendering. This is usually a number between 1 to 2.5. A value of 0 means the default gamma level.

Return Value

An integer representing that hardware independent ClearType technology be used for font rendering..