Improve documentation for CharacterStyle#fontSize.

This commit is contained in:
Jürg Lehni 2013-02-14 20:25:40 -08:00
parent 8bdcbe1777
commit 3aa0166d57

View file

@ -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() {