Home
last modified time | relevance | path

Searched refs:curTextSize (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
Dscript.js1128 curTextSize = 12,
5023 'curTextSize': curTextSize property
5049 curTextSize = oldState.curTextSize;
10492 …rContext.measureText(typeof str === "number" ? String.fromCharCode(str) : str).width / curTextSize;
10494 … curContext.mozMeasureText(typeof str === "number" ? String.fromCharCode(str) : str) / curTextSize;
10554 curTextSize = size;
10574 curContext.font = curContext.mozTextStyle = curTextSize + "px " + curTextFont.name;
10583 curContext.font = curTextSize + "px " + curTextFont.name;
10599 if (oldTextFont !== curTextFont || oldTextSize !== curTextSize) {
10602 oldTextSize = curTextSize;
[all …]