Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias Font
import { type Font } from "https://deno.land/x/docxml@5.15.1/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; }