Preserve QPowerPoint text styling
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user