text_height

Returns the height of a font in pixels.

Description

int text_height(const FONT *f)
Returns the height (in pixels) of the specified font. Example:
      int height = text_height(font);
      ...
      bmp = create_bitmap(width, height);
See Also:

Related Discussions

The following threads each have code containing this keyword: Note: You can click on the numbers to jump directly to the posts that reference this page.

Related Projects

The following projects include source code containing this keyword: