(item)
| 122863 | return width; |
| 122864 | } |
| 122865 | function fontSize(item) { |
| 122866 | return item.fontSize != null ? +item.fontSize || 0 : 11; |
| 122867 | } |
| 122868 | function lineHeight(item) { |
| 122869 | return item.lineHeight != null ? item.lineHeight : fontSize(item) + 2; |
| 122870 | } |
no outgoing calls
no test coverage detected