mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Improve documentation for CharacterStyle#fontSize.
This commit is contained in:
parent
8bdcbe1777
commit
3aa0166d57
1 changed files with 3 additions and 2 deletions
|
@ -64,11 +64,12 @@ var CharacterStyle = this.CharacterStyle = PathStyle.extend(/** @lends Character
|
|||
*/
|
||||
|
||||
/**
|
||||
* The font size of the character style in points.
|
||||
* The font size of the character style, as {@Number} in pixels, or as
|
||||
* {@String} with optional units {@code 'px'}, {@code 'pt'}, {@code 'em'}.
|
||||
*
|
||||
* @name CharacterStyle#fontSize
|
||||
* @default 10
|
||||
* @type Number
|
||||
* @type Number|String
|
||||
*/
|
||||
}, {
|
||||
getLeading: function() {
|
||||
|
|
Loading…
Reference in a new issue