public @property float charSpace()
Gets the current value of the page's character spacing.
Returns
when succeed, it returns the current value of the page's character spacing. Otherwise it returns 0.
public @property void charSpace(float value)
Sets the character spacing for text.
Graphics Mode
Before and after - GMode.pageDescription or GMode.textObject.
Parameters
value | The character spacing (initial value is 0). |