(Beta)
Package | flash.text |
Class | public final class CSMSettings |
Inheritance | CSMSettings Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
TextRenderer.setAdvancedAntiAliasingTable()
method
to provide continuous stroke modulation (CSM). CSM is the continuous
modulation of both stroke weight and edge sharpness.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
fontSize : Number
The size, in pixels, for which the settings apply. | CSMSettings | ||
insideCutoff : Number
The inside cutoff value, above which densities are set to a maximum density
value (such as 255). | CSMSettings | ||
outsideCutoff : Number
The outside cutoff value, below which densities are set to zero. | CSMSettings |
Public Methods
Method | Defined By | ||
---|---|---|---|
Creates a new CSMSettings object which stores stroke values for custom anti-aliasing settings. | CSMSettings | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
fontSize | property |
public var fontSize:Number
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The size, in pixels, for which the settings apply.
The advancedAntiAliasingTable
array passed to the
setAdvancedAntiAliasingTable()
method can contain multiple
entries that specify CSM settings for different font sizes. Using this
property, you can specify the font size to which the other settings apply.
Related API Elements
insideCutoff | property |
public var insideCutoff:Number
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The inside cutoff value, above which densities are set to a maximum density value (such as 255).
Related API Elements
outsideCutoff | property |
public var outsideCutoff:Number
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
The outside cutoff value, below which densities are set to zero.
Related API Elements
Constructor Detail
CSMSettings | () | Constructor |
public function CSMSettings(fontSize:Number, insideCutoff:Number, outsideCutoff:Number)
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
Creates a new CSMSettings object which stores stroke values for custom anti-aliasing settings.
ParametersfontSize:Number — The size, in pixels, for which the settings apply.
| |
insideCutoff:Number — The inside cutoff value, above which densities are set to a maximum density
value (such as 255).
| |
outsideCutoff:Number — The outside cutoff value, below which densities are set to zero.
|
Wed Nov 21 2018, 06:34 AM -08:00