set text line height

This commit is contained in:
hamid zarghami
2026-05-06 09:22:06 +03:30
parent 793ae82914
commit 5de205a84f
5 changed files with 35 additions and 1 deletions
@@ -45,6 +45,7 @@ export type EditorObject = {
strokeWidth?: number;
text?: string;
fontSize?: number;
lineHeight?: number;
fontFamily?: string;
fontWeight?: string;
letterSpacing?: number;