mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-11 16:18:10 +00:00
visual/TextStim: fix jsdoc for alignHoriz
This commit is contained in:
parent
cf0f2191f1
commit
0434955623
@ -34,7 +34,7 @@ import * as util from '../util/Util';
|
||||
* @param {number} [options.height= 0.1] - the height of the text
|
||||
* @param {boolean} [options.bold= false] - whether or not the text is bold
|
||||
* @param {boolean} [options.italic= false] - whether or not the text is italic
|
||||
* @param {string} [options.alignHoriz = 'left'] - horizontal alignment
|
||||
* @param {string} [options.alignHoriz = 'center'] - horizontal alignment
|
||||
* @param {string} [options.alignVert = 'center'] - vertical alignment
|
||||
* @param {boolean} options.wrapWidth - whether or not to wrap the text horizontally
|
||||
* @param {boolean} [options.flipHoriz= false] - whether or not to flip the text horizontally
|
||||
|
Loading…
Reference in New Issue
Block a user