| Package | flash.text |
| Class | public final class CSMSettings |
| Inheritance | CSMSettings Object |
TextRenderer.setAdvancedAntiAliasing() method
to provide continuous stroke modulation (CSM). CSM is the continuous
modulation of both stroke weight and edge sharpness.
See also
| TextRenderer.setAdvancedAntiAliasing() |
| 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 | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Function | Defined by | ||
|---|---|---|---|
|
| 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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
public var fontSize:Number
The advancedAntiAliasingTable array passed to the
setAdvancedAntiAliasing() method can contain multiple
entries that specify CSM settings for different font sizes. Using this
property, you can specify to which font size the other settings apply.
For more information, see the
TextRenderer.setAdvancedAntiAliasingTable() entry.
| TextRenderer.setAdvancedAntiAliasingTable() |
public var insideCutoff:Number
TextRenderer.setAdvancedAntiAliasingTable() entry.
See also
| TextRenderer.setAdvancedAntiAliasingTable() |
public var outsideCutoff:Number
TextRenderer.setAdvancedAntiAliasingTable() entry.
See also
| TextRenderer.setAdvancedAntiAliasingTable() |
public function CSMSettings(fontSize:Number, insideCutoff:Number, outsideCutoff:Number)
fontSize: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.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/text/CSMSettings.html