Preserve QPowerPoint text styling

This commit is contained in:
Курнат Андрей
2026-06-01 07:08:32 +03:00
parent 36d6b2958d
commit 5a968dea72
6 changed files with 228 additions and 9 deletions
+4
View File
@@ -66,6 +66,10 @@ export interface Slide {
notes: string;
theme: "classic" | "ocean" | "graphite";
backgroundColor?: string;
titleColor?: string;
titleFontSize?: number;
subtitleColor?: string;
subtitleFontSize?: number;
images?: SlideImage[];
}