Open wimrijnders opened 7 years ago
Please add the following method:
measureText: function(text) { return { width: 12*text.length, height: 14 }; },
For this one, it's useful to return some kind of token value, in order to ensure the caller does not choke on the results.
Please add the following method:
For this one, it's useful to return some kind of token value, in order to ensure the caller does not choke on the results.