Home
last modified time | relevance | path

Searched refs:setFont (Results 26 – 28 of 28) sorted by path

12

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js1629 setFont: 37,
30002 …addState(InitialState, [_util.OPS.beginText, _util.OPS.setFont, _util.OPS.setTextMatrix, _util.OPS…
30013 return fnArray[i] === _util.OPS.setFont;
31421 case _util.OPS.setFont:
31425 operatorList.addOp(_util.OPS.setFont, [loadedName, fontSize]);
31963 case _util.OPS.setFont:
33427 id: _util.OPS.setFont,
H A Dpdf.worker.js.map1setFont","setTextRenderingMode","setTextRise","moveText","setLeadingMoveText","setTextMatrix","nex…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js806 function setFont(baseSize) { function
1115 ctx.font = setFont(height);
2249 if (1 == obj.width) setFont(14);
2250 else if (2 == obj.width) setFont(16);
2251 else setFont(20);
2263 ctx.font = setFont(14);

12