MCPcopy Index your code
hub / github.com/clips/pattern / textheight

Function textheight

pattern/canvas.js:2485–2489  ·  view source on GitHub ↗
(str, options)

Source from the content-addressed store, hash-verified

2483}
2484
2485function textheight(str, options) {
2486 /* Returns the height of the given text.
2487 */
2488 return textmetrics(str, options)[1];
2489}
2490
2491var textMetrics = textmetrics;
2492var textWidth = textwidth;

Callers

nothing calls this directly

Calls 1

textmetricsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…