Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/src/files/ThemeXml.ts>Font

TypeScript (component) library for building and parsing a DOCX file
Latest
type alias Font
import { type Font } from "https://deno.land/x/docxml@5.15.3/src/files/ThemeXml.ts";

Represents the various 'scheme' elements that comprise a theme.

Currently, only FontScheme is implemented. It functions as a fallback for determining which fonts to apply when the StylesXml cannot determine which font to apply for the required Normal style in MS Word.

definition: { script?: string; typeface: string; }