geomerative
index
 
Name setAlign ( )
Examples
None available
Description Use this method to reset the alignement of the font. This proprety can take the following values: RFont.LEFT, RFont.CENTER and RFont.RIGHT
Syntax
setAlign(align);
Parameters
align   int, this can only take the following values: RFont.LEFT, RFont.CENTER and RFont.RIGHT.
Returns None
Usage Web & Application
Related align
RFont