.\" Generated by the Allegro makedoc utility .TH text_height 3alleg4 "version 4.4.3" "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 (3alleg4), .BR ex12bit (3alleg4), .BR exmidi (3alleg4), .BR expackf (3alleg4), .BR expat (3alleg4), .BR exsprite (3alleg4), .BR exsyscur (3alleg4), .BR exunicod (3alleg4)