* @public * @param {string} text * @param {string} font * @return {Object} width
(text, font)
| 7963 | * @return {Object} width |
| 7964 | */ |
| 7965 | function measureText(text, font) { |
| 7966 | return methods$1.measureText(text, font); |
| 7967 | } |
| 7968 | |
| 7969 | // Avoid assign to an exported variable, for transforming to cjs. |
| 7970 | methods$1.measureText = function (text, font) { |