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

x/docxml/src/types.ts>TwentiethPoint

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
type alias TwentiethPoint
import { type TwentiethPoint } from "https://deno.land/x/docxml@1.5.0/src/types.ts";

OOXML uses 20th points sometimes, meaning that the "real" font size is actually 20 times smaller than what you'd write in XML -- a value of "240" means 12pt in MS Word terms.

Also known as 1/1440th of an inch.

Also known as "twips" or ST_TwipsMeasure http://www.datypic.com/sc/ooxml/t-w_ST_TwipsMeasure.html

definition: number