Class Index | File Index

Classes


Namespace ROT.Text

Contains text tokenization and breaking routines
Defined in: <rot.js>.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
ROT.Text.measure(str, maxWidth)
Measure size of a resulting text block
<static>  
ROT.Text.tokenize(str, maxWidth)
Convert string to a series of a formatting commands
Namespace Detail
ROT.Text
Method Detail
<static> ROT.Text.measure(str, maxWidth)
Measure size of a resulting text block
Parameters:
str
maxWidth

<static> ROT.Text.tokenize(str, maxWidth)
Convert string to a series of a formatting commands
Parameters:
str
maxWidth

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2013 11:07:30 GMT+0100 (CET)