export type TitleParameters = { fontFamily: string; fontSize: number; fontStyle: string; fontUnderline: boolean; showTitle: boolean; titleAlignment: "middle" | "top" | "middle"; titleColor: string; };