mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: simplify line-break regexes, separate text wrapping (#8715)
This commit is contained in:
parent
dfaaff4432
commit
2734e646ca
11 changed files with 1213 additions and 1039 deletions
|
@ -7,11 +7,8 @@ import {
|
|||
getFontFamilyFallbacks,
|
||||
} from "../constants";
|
||||
import { isTextElement } from "../element";
|
||||
import {
|
||||
charWidth,
|
||||
containsCJK,
|
||||
getContainerElement,
|
||||
} from "../element/textElement";
|
||||
import { charWidth, getContainerElement } from "../element/textElement";
|
||||
import { containsCJK } from "../element/textWrapping";
|
||||
import { ShapeCache } from "../scene/ShapeCache";
|
||||
import { getFontString, PromisePool, promiseTry } from "../utils";
|
||||
import { ExcalidrawFontFace } from "./ExcalidrawFontFace";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue