Interface: UsedFonts
Font names discovered in a PPTX file.
Properties
fonts
fonts: string[];Unique sorted font names used by text runs, bullets, and theme font slots.
theme
theme: {
majorFont: string;
majorFontCs: string | null;
majorFontEa: string | null;
minorFont: string;
minorFontCs: string | null;
minorFontEa: string | null;
};Theme font slots resolved from the presentation’s default theme.
majorFont
majorFont: string;Major Latin theme font.
majorFontCs
majorFontCs: string | null;Major complex-script theme font, when present.
majorFontEa
majorFontEa: string | null;Major East Asian theme font, when present.
minorFont
minorFont: string;Minor Latin theme font.
minorFontCs
minorFontCs: string | null;Minor complex-script theme font, when present.
minorFontEa
minorFontEa: string | null;Minor East Asian theme font, when present.