Lines Matching refs:lineWidth

2296 		pdfDoc.lineWidth(vector.lineWidth || 1);
15900 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background
15912 lineWidth: 0,
16430 var lineWidth = line.getWidth();
16437 offset = width - lineWidth;
16440 offset = (width - lineWidth) / 2;
16452 var additionalSpacing = (width - lineWidth) / (line.inlines.length - 1);
16813 var lineWidth = this.layout.hLineWidth(lineIndex, this.tableNode);
16814 if (lineWidth) {
16815 var offset = lineWidth / 2;
16840 lineWidth: lineWidth,
16848 writer.context().moveDown(lineWidth);
16861 lineWidth: width,
16939 lineWidth: 0,
28406 lineWidth: function(w) {
31728 wrapper.lineWidth -= diff;
31740 return wrapper.lineWidth -= pos;
31748 return wrapper.lineWidth += pos;
31818 …var align, characterSpacing, commands, d, encoded, i, lineWidth, lineY, mode, renderedWidth, space…
31830 x += options.lineWidth - textWidth;
31833 x += options.lineWidth / 2 - options.textWidth / 2;
31839 …wordSpacing = Math.max(0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - spaceW…
31851 lineWidth = this._fontSize < 10 ? 0.5 : Math.floor(this._fontSize / 10);
31852 this.lineWidth(lineWidth);
31856 lineY -= lineWidth;
31944 this.lineWidth = (options.width - (this.columnGap * (this.columns - 1))) / this.columns;
31945 this.spaceLeft = this.lineWidth;
31962 _this.lineWidth -= indent;
31965 _this.lineWidth += indent;
32004 if (w > this.lineWidth + this.continuedX) {
32060 options.lineWidth = _this.lineWidth;
32072 _this.spaceLeft = _this.lineWidth;
32090 while (textWidth > _this.lineWidth) {
32112 _this.spaceLeft = _this.lineWidth;
32117 _this.spaceLeft = _this.lineWidth - w;
32160 this.document.x += this.lineWidth + this.columnGap;
66248 pdfKitDoc.lineWidth(0.24);