You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Object} [options] - Collection of settings signaling how the text must be encoded.
3331
3331
* @param {string} [options.align=left] - The alignment of the text, possible values: left, center, right, justify.
3332
3332
* @param {string} [options.baseline=alphabetic] - Sets text baseline used when drawing the text, possible values: alphabetic, ideographic, bottom, top, middle, hanging
3333
-
* @param {string} [options.angle=0] - Rotate the text clockwise or counterclockwise. Expects the angle in degree.
3334
-
* @param {string} [options.rotationDirection=1] - Direction of the rotation. 0 = clockwise, 1 = counterclockwise.
3335
-
* @param {string} [options.charSpace=0] - The space between each letter.
3336
-
* @param {string} [options.lineHeightFactor=1.15] - The lineheight of each line.
3337
-
* @param {string} [options.flags] - Flags for to8bitStream.
3338
-
* @param {string} [options.flags.noBOM=true] - Don't add BOM to Unicode-text.
3339
-
* @param {string} [options.flags.autoencode=true] - Autoencode the Text.
3340
-
* @param {string} [options.maxWidth=0] - Split the text by given width, 0 = no split.
3333
+
* @param {number} [options.angle=0] - Rotate the text clockwise or counterclockwise. Expects the angle in degree.
3334
+
* @param {number} [options.rotationDirection=1] - Direction of the rotation. 0 = clockwise, 1 = counterclockwise.
3335
+
* @param {number} [options.charSpace=0] - The space between each letter.
3336
+
* @param {number} [options.lineHeightFactor=1.15] - The lineheight of each line.
3337
+
* @param {Object} [options.flags] - Flags for to8bitStream.
3338
+
* @param {boolean} [options.flags.noBOM=true] - Don't add BOM to Unicode-text.
3339
+
* @param {boolean} [options.flags.autoencode=true] - Autoencode the Text.
3340
+
* @param {number} [options.maxWidth=0] - Split the text by given width, 0 = no split.
3341
3341
* @param {string} [options.renderingMode=fill] - Set how the text should be rendered, possible values: fill, stroke, fillThenStroke, invisible, fillAndAddForClipping, strokeAndAddPathForClipping, fillThenStrokeAndAddToPathForClipping, addToPathForClipping.
3342
3342
* @param {boolean} [options.isInputVisual] - Option for the BidiEngine
3343
3343
* @param {boolean} [options.isOutputVisual] - Option for the BidiEngine
0 commit comments