Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 333 Bytes

drawStrings.height.md

File metadata and controls

15 lines (9 loc) · 333 Bytes

height function

Get the character height of the FontInfo object. Used in the Blocks interface.

drawStrings.height(fi: FontInfo): number

Parameters

  • fi: FontInfo The FontInfo object of interest.

Return value

A number representing the character height of the font used in the FontInfo object.