ThemeFontCollection
type ThemeFontCollection = { complexScript?: ThemeTextFont; eastAsian?: ThemeTextFont; latin: ThemeTextFont; supplemental?: ThemeSupplementalFont[];};Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
complexScript? | ThemeTextFont | - |
eastAsian? | ThemeTextFont | - |
latin | ThemeTextFont | Latin script defaults. |
supplemental? | ThemeSupplementalFont[] | Additional fonts used for language-specific fonts in themes. For example, one can specify a font that gets used only within the Japanese language context. |