Skip to content

Commit

Permalink
Fix fontkit.d.ts again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Dec 19, 2018
1 parent 3bafdbc commit b0241e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontkit.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b0241e7

Please sign in to comment.