Searched refs:textHeight (Results 1 – 2 of 2) sorted by relevance
363 let textHeight = metrics.fontBoundingBoxAscent + metrics.fontBoundingBoxDescent; variable380 y: y3 + textHeight / 2,382 h: textHeight,
701 let textHeight = textMetrics.actualBoundingBoxAscent + textMetrics.actualBoundingBoxDescent;702 timerShaftEl.ctx.fillRect(textPointX, locationY - textHeight, textMetrics.width, textHeight);824 const textHeight = 25; constant835 …context.fillRect(textX - padding, textY - textHeight + padding, textWidth + padding * 2, textHeigh…944 const textHeight = 25; constant950 textY - textHeight + padding,952 textHeight - padding * TEXT_RECT_PADDING