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
Copy file name to clipboardExpand all lines: src/gameobjects/bitmaptext/RetroFont.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ var Extend = require('../../utils/object/Extend');
19
19
* @property {number} charsPerRow - The number of characters per row in the font set. If not given charsPerRow will be the image width / characterWidth.
20
20
* @property {number} spacing.x - If the characters in the font set have horizontal spacing between them set the required amount here.
21
21
* @property {number} spacing.y - If the characters in the font set have vertical spacing between them set the required amount here.
22
+
* @property {number} lineSpacing - The amount of vertical space to add to the line height of the font.
0 commit comments