Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js1129 curTextFont = "Arial",
5022 'curTextFont': curTextFont, property
5048 curTextFont = oldState.curTextFont;
10547 curTextFont = name;
10574 curContext.font = curContext.mozTextStyle = curTextSize + "px " + curTextFont.name;
10583 curContext.font = curTextSize + "px " + curTextFont.name;
10599 if (oldTextFont !== curTextFont || oldTextSize !== curTextSize) {
10601 oldTextFont = curTextFont;
10619 graphics.textFont(curTextFont, curTextSize);
10655 if (oldTextFont !== curTextFont || oldTextSize !== curTextSize) {
[all …]