Preserve QPowerPoint font families

This commit is contained in:
Курнат Андрей
2026-06-01 07:28:05 +03:00
parent f388489d2b
commit a4314be285
5 changed files with 74 additions and 12 deletions
+2
View File
@@ -70,8 +70,10 @@ export interface Slide {
backgroundColor?: string;
titleColor?: string;
titleFontSize?: number;
titleFontFamily?: string;
subtitleColor?: string;
subtitleFontSize?: number;
subtitleFontFamily?: string;
images?: SlideImage[];
}