b2dGetFontHeight

Returns the line height of the font in pixels. Takes font (font handle from b2dLoadFont, positive integer). Returns the line height of the font in pixels.

2D Overlay

Parameters & Returns

Parameters

font Int

Returns

Int

Quick Summary

Returns the line height of the font in pixels. Takes font (font handle from b2dLoadFont, positive integer). Returns the line height of the font in pixels.

Technical Exegesis...

Returns the line height of the font in pixels. Takes font (font handle from b2dLoadFont, positive integer). Returns integer line height (vertical space per line in pixels, 0 if invalid font). Queries font metrics for standard line spacing, consistent for all characters in font.

Example

Example.bam
; No example implemented yet