From b0241e7c30cdb83bda6867aa8c9229c1ab1cb8e3 Mon Sep 17 00:00:00 2001 From: Andrew Dillon Date: Wed, 19 Dec 2018 12:54:02 -0600 Subject: [PATCH] Fix fontkit.d.ts again --- fontkit.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontkit.d.ts b/fontkit.d.ts index 6b3d3a7b..b4f53a93 100644 --- a/fontkit.d.ts +++ b/fontkit.d.ts @@ -263,7 +263,7 @@ export interface Font { italicAngle: number; /** If this is an italic font, the angle the cursor should be drawn at to match the font design */ capHeight: number; /** Height of capital letters above the baseline. */ xHeight: number; /** Height of lower case letters. */ - bbox: number; /** Font’s bounding box, i.e. the box that encloses all glyphs in the font */ + bbox: BoundingBox; /** Font’s bounding box, i.e. the box that encloses all glyphs in the font */ // Other properties numGlyphs: number; /** Number of glyphs in the font */