This interface is deprecated.
Developers should use roFont methods (GetOneLineHeight and GetOneLineWidth).
Implemented By
Supported Methods
Description of Methods
Size(stringToDraw as String) as Object
Returns an roAssociativeArray with parameters w and h set to the height and width of the stringToDraw rendered in the font passed on the CreateObject() call.
Example return: { w:256, h:72 }