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

x/docxml/src/files/wip/FontTableXml.ts>FontTableXml

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
class FontTableXml
extends UnhandledXmlFile
import { FontTableXml } from "https://deno.land/x/docxml@5.13.0/src/files/wip/FontTableXml.ts";

Static Methods

fromArchive(archive: Archive, location: string): Promise<FontTableXml>

Instantiate this class by looking at the DOCX XML for it.