SerializedITextProps
Extends
SerializedTextProps
.UniqueITextProps
Extended by
Properties
angle
angle:
TDegree
Angle of rotation of an object (in degrees)
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:57
backgroundColor
backgroundColor:
string
Background color of an object. takes css colors https://www.w3.org/TR/css-color-3/
Default
Inherited from
SerializedTextProps
.backgroundColor
Defined in
src/shapes/Object/types/SerializedObjectProps.ts:26
charSpacing
charSpacing:
number
Inherited from
SerializedTextProps
.charSpacing
Defined in
clipPath?
optional
clipPath:Partial
<SerializedObjectProps
&ClipPathProps
>
a fabricObject that, without stroke define a clipping area with their shape. filled in black the clipPath object gets used when the object has rendered, and the context is placed in the center of the object cacheCanvas. If you want 0,0 of a clipPath to align with an object center, use clipPath.originX/Y to ‘center’
Inherited from
Defined in
src/shapes/Object/types/SerializedObjectProps.ts:49
direction
direction:
CanvasDirection
Inherited from
Defined in
fill
fill:
null
|string
|Record
<string
,any
> |Partial
<Gradient
<"linear"
,"linear"
>> &object
|Partial
<Gradient
<"radial"
,"radial"
>> &object
Color of object’s fill takes css colors https://www.w3.org/TR/css-color-3/
Default
Inherited from
Defined in
src/shapes/Object/types/FillStrokeProps.ts:17
fillRule
fillRule:
CanvasFillRule
Fill rule used to fill an object
accepted values are nonzero, evenodd
Backwards incompatibility note: This property was used for setting globalCompositeOperation until v1.4.12 (use globalCompositeOperation
instead)
Default
Inherited from
Defined in
src/shapes/Object/types/FillStrokeProps.ts:26
flipX
flipX:
boolean
When true, an object is rendered as flipped horizontally
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:64
flipY
flipY:
boolean
When true, an object is rendered as flipped vertically
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:71
fontFamily
fontFamily:
string
Inherited from
SerializedTextProps
.fontFamily
Defined in
fontSize
fontSize:
number
Inherited from
Defined in
fontStyle
fontStyle:
string
Inherited from
Defined in
fontWeight
fontWeight:
string
|number
Inherited from
SerializedTextProps
.fontWeight
Defined in
globalCompositeOperation
globalCompositeOperation:
GlobalCompositeOperation
Composite rule used for canvas globalCompositeOperation
Default
Inherited from
SerializedTextProps
.globalCompositeOperation
Defined in
src/shapes/Object/types/SerializedObjectProps.ts:18
height
height:
number
Object height
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:34
left
left:
number
Left position of an object. Note that by default it’s relative to object left. You can change this by setting originX
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:11
lineHeight
lineHeight:
number
Inherited from
SerializedTextProps
.lineHeight
Defined in
linethrough
linethrough:
boolean
Inherited from
SerializedTextProps
.linethrough
Defined in
opacity
opacity:
number
Opacity of an object
Default
Inherited from
Defined in
src/shapes/Object/types/SerializedObjectProps.ts:11
originX
originX:
TOriginX
Horizontal origin of transformation of an object (left
, center
, right
or [0, 1]
)
See http://jsfiddle.net/1ow02gea/244/ on how originX/originY affect objects in groups
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:42
originY
originY:
TOriginY
Vertical origin of transformation of an object (top
, center
, bottom
or [0, 1]
)
See http://jsfiddle.net/1ow02gea/244/ on how originX/originY affect objects in groups
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:50
overline
overline:
boolean
Inherited from
Defined in
paintFirst
paintFirst:
"fill"
|"stroke"
Determines if the fill or the stroke is drawn first (one of “fill” or “stroke”)
Default
Inherited from
SerializedTextProps
.paintFirst
Defined in
src/shapes/Object/types/FillStrokeProps.ts:9
path?
optional
path:Path
<Partial
<PathProps
>,SerializedPathProps
,ObjectEvents
>
Inherited from
Defined in
pathAlign
pathAlign:
TPathAlign
Inherited from
Defined in
pathSide
pathSide:
TPathSide
Inherited from
Defined in
scaleX
scaleX:
number
Object scale factor (horizontal)
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:78
scaleY
scaleY:
number
Object scale factor (vertical)
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:85
selectionEnd
selectionEnd:
number
Inherited from
UniqueITextProps.selectionEnd
Defined in
selectionStart
selectionStart:
number
Inherited from
UniqueITextProps.selectionStart
Defined in
shadow
shadow:
null
|Partial
<SerializedShadowOptions
>
Shadow object representing shadow of this shape
Default
Inherited from
Defined in
src/shapes/Object/types/SerializedObjectProps.ts:33
skewX
skewX:
TDegree
Angle of skew on x axes of an object (in degrees)
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:92
skewY
skewY:
TDegree
Angle of skew on y axes of an object (in degrees)
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:99
stroke
stroke:
null
|string
|Record
<string
,any
> |Partial
<Gradient
<"linear"
,"linear"
>> &object
|Partial
<Gradient
<"radial"
,"radial"
>> &object
When defined, an object is rendered via stroke and this property specifies its color takes css colors https://www.w3.org/TR/css-color-3/
Default
Inherited from
Defined in
src/shapes/Object/types/FillStrokeProps.ts:34
strokeDashArray
strokeDashArray:
null
|number
[]
Array specifying dash pattern of an object’s stroke (stroke must be defined)
Default
Inherited from
SerializedTextProps
.strokeDashArray
Defined in
src/shapes/Object/types/FillStrokeProps.ts:48
strokeDashOffset
strokeDashOffset:
number
Line offset of an object’s stroke
Default
Inherited from
SerializedTextProps
.strokeDashOffset
Defined in
src/shapes/Object/types/FillStrokeProps.ts:55
strokeLineCap
strokeLineCap:
CanvasLineCap
Line endings style of an object’s stroke (one of “butt”, “round”, “square”)
Default
Inherited from
SerializedTextProps
.strokeLineCap
Defined in
src/shapes/Object/types/FillStrokeProps.ts:62
strokeLineJoin
strokeLineJoin:
CanvasLineJoin
Corner style of an object’s stroke (one of “bevel”, “round”, “miter”)
Default
Inherited from
SerializedTextProps
.strokeLineJoin
Defined in
src/shapes/Object/types/FillStrokeProps.ts:69
strokeMiterLimit
strokeMiterLimit:
number
Maximum miter length (used for strokeLineJoin = “miter”) of an object’s stroke
Default
Inherited from
SerializedTextProps
.strokeMiterLimit
Defined in
src/shapes/Object/types/FillStrokeProps.ts:76
strokeUniform
strokeUniform:
boolean
When false
, the stoke width will scale with the object.
When true
, the stroke will always match the exact pixel size entered for stroke width.
this Property does not work on Text classes or drawing call that uses strokeText,fillText methods
default to false
Since
2.6.0
Default
Default
Inherited from
SerializedTextProps
.strokeUniform
Defined in
src/shapes/Object/types/FillStrokeProps.ts:89
strokeWidth
strokeWidth:
number
Width of a stroke used to render this object
Default
Inherited from
SerializedTextProps
.strokeWidth
Defined in
src/shapes/Object/types/FillStrokeProps.ts:41
styles
styles:
TextStyle
|TextStyleArray
Inherited from
Defined in
textAlign
textAlign:
string
Inherited from
Defined in
top
top:
number
Top position of an object. Note that by default it’s relative to object top. You can change this by setting originY
Default
Inherited from
Defined in
src/shapes/Object/types/BaseProps.ts:20
underline
underline:
boolean
Inherited from
Defined in
visible
visible:
boolean
When set to false
, an object is not rendered on canvas
Default
Inherited from
Defined in
src/shapes/Object/types/SerializedObjectProps.ts:40
width
width:
number
Object width