-
Notifications
You must be signed in to change notification settings - Fork 113
Line Angle Tooltip
Srdjan Djenader edited this page Nov 30, 2017
·
1 revision
This tooltip shows the angle of the new line compared to a horizontal line in degree.
drawer: {
lineAngleTooltip: {
enabled: false,
color: 'black',
fontFamily: 'Arial, sans serif',
fontSize: 11
}
}
Optional setting. If not specified otherwise, the settings shown in the example will be used.
-
enabled
:- Enables or disables the angle tooltip.
-
color
:- Sets the color of the tooltip.
-
fontFamily
:- Sets the font family of the tooltip.
-
fontSize
:- Sets the font size of the tooltip.
Getting Started
Plugins
-
Drawing Tools
-
Drawing Options
-
Advanced Configuration
Redactor Plugin Specific
DEMO