Fabric.js is an open-source JavaScript canvas library, that provides the interactive object model built on top of the canvas element. It is also an SVG-to-canvas & canvas-to-SVG parser.
The Text class in Fabric.js provides the text abstraction by using the fabric.Text objects, that allow working with text in an object-oriented fashion. Usually, the native canvas methods only permit to fill or stroke text on a very low level. After instantiating the instances of fabric.Text, it is possible to work with text, as similar to work with any other Fabric object such as move, scale, changes their properties, etc. In addition to this, the Text class also provides a much richer functionality in comparison to the Canvas class.
Members:
- Fabric.js Text borderDashArray Property
- Fabric.js Text borderOpacityWhenMoving Property
- Fabric.js Text centeredRotation Property
- Fabric.js Text centeredScaling Property
- Fabric.js Text cornerColor Property
- Fabric.js Text cornerDashArray Property
- Fabric.js Text cornerSize Property
- Fabric.js Text deltaY Property
- Fabric.js Text dirty Property
- Fabric.js Text evented Property
- Fabric.js Text excludeFromExport Property
- Fabric.js Text fill Property
- Fabric.js Text fillRule Property
- Fabric.js Text fontFamily Property
- Fabric.js Text hasBorders Property
- Fabric.js Text height Property
- Fabric.js Text hoverCursor Property
- Fabric.js Text includeDefaultValues Property
- Fabric.js Text inverted Property
- Fabric.js Text left Property
- Fabric.js Text lineHeight Property
- Fabric.js Text lockRotation Property
- Fabric.js Text lockSkewingX Property
- Fabric.js Text lockSkewingY Property
- Fabric.js Text MIN_TEXT_WIDTH Property
- Fabric.js Text minScaleLimit Property
- Fabric.js Text moveCursor Property
- Fabric.js Text noScaleCache Property
- Fabric.js Text objectCaching Property
- Fabric.js Text originX Property
- Fabric.js Text originY Property
- Fabric.js Text padding Property
- Fabric.js Text paintFirst Property
- Fabric.js Text selectionBackgroundColor Property
- Fabric.js Text shadow Property
- Fabric.js Text skewX Property
- Fabric.js Text stroke Property
- Fabric.js Text strokeDashArray Property
- Fabric.js Text strokeDashOffset Property
- Fabric.js Text strokeLineCap Property
- Fabric.js Text strokeLineJoin Property
- Fabric.js Text strokeMiterLimit Property
- Fabric.js Text strokeUniform Property
- Fabric.js Text subscript Property
- Fabric.js Text superscript Property
- Fabric.js Text textAlign Property
- Fabric.js Text touchCornerSize Property
- Fabric.js Text visible Property
- Fabric.js Text width Property