.\" Generated by the Allegro makedoc utility .TH text_height 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME text_height \- Returns the height of a font in pixels. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int text_height(const FONT *f) .SH DESCRIPTION Returns the height (in pixels) of the specified font. Example: .nf int height = text_height(font); ... bmp = create_bitmap(width, height); .fi .SH SEE ALSO .BR text_length (3), .BR ex12bit (3), .BR exmidi (3), .BR expackf (3), .BR expat (3), .BR exsprite (3), .BR exsyscur (3), .BR exunicod (3)