mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-21 20:01:52 +00:00
Specify that fontSize is in pixels
This commit is contained in:
parent
776d966bdb
commit
a0dcad78a1
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
fabric.Text = fabric.util.createClass(fabric.Object, /** @scope fabric.Text.prototype */ {
|
||||
|
||||
/**
|
||||
* Font size
|
||||
* Font size (in pixels)
|
||||
* @property
|
||||
* @type Number
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue