aakansha/fontActions
Aakansha Doshi 1 year ago
parent d710507283
commit b9463b82bc

@ -32,10 +32,6 @@ import {
StrokeWidthBaseIcon, StrokeWidthBaseIcon,
StrokeWidthBoldIcon, StrokeWidthBoldIcon,
StrokeWidthExtraBoldIcon, StrokeWidthExtraBoldIcon,
FontSizeSmallIcon,
FontSizeMediumIcon,
FontSizeLargeIcon,
FontSizeExtraLargeIcon,
EdgeSharpIcon, EdgeSharpIcon,
EdgeRoundIcon, EdgeRoundIcon,
FreedrawIcon, FreedrawIcon,
@ -52,7 +48,6 @@ import {
} from "../components/icons"; } from "../components/icons";
import { import {
DEFAULT_FONT_FAMILY, DEFAULT_FONT_FAMILY,
DEFAULT_FONT_SIZE,
FONT_FAMILY, FONT_FAMILY,
ROUNDNESS, ROUNDNESS,
STROKE_WIDTH, STROKE_WIDTH,
@ -63,16 +58,12 @@ import {
isTextElement, isTextElement,
redrawTextBoundingBox, redrawTextBoundingBox,
} from "../element"; } from "../element";
import { mutateElement, newElementWith } from "../element/mutateElement"; import { newElementWith } from "../element/mutateElement";
import { import {
getBoundTextElement, getBoundTextElement,
getDefaultLineHeight, getDefaultLineHeight,
} from "../element/textElement"; } from "../element/textElement";
import { import { isLinearElement, isUsingAdaptiveRadius } from "../element/typeChecks";
isBoundToContainer,
isLinearElement,
isUsingAdaptiveRadius,
} from "../element/typeChecks";
import { import {
Arrowhead, Arrowhead,
ExcalidrawElement, ExcalidrawElement,

Loading…
Cancel
Save