(options)
| 11284 | } |
| 11285 | |
| 11286 | function getScaleLabelHeight(options) { |
| 11287 | var font, padding; |
| 11288 | |
| 11289 | if (!options.display) { |
| 11290 | return 0; |
| 11291 | } |
| 11292 | |
| 11293 | font = helpers$1.options._parseFont(options); |
| 11294 | padding = helpers$1.options.toPadding(options.padding); |
| 11295 | |
| 11296 | return font.lineHeight + padding.height; |
| 11297 | } |
| 11298 | |
| 11299 | function parseFontOptions(options, nestedOpts) { |
| 11300 | return helpers$1.extend(helpers$1.options._parseFont({ |