.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_get_glyph_width" "3" "" "Allegro reference manual" "" .SH NAME al_get_glyph_width \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_get_glyph_width(const ALLEGRO_FONT *f, int codepoint) .EE .SH DESCRIPTION This function returns the width in pixels of the glyph that corresponds with \f[CR]codepoint\f[R] in the font \f[CR]font\f[R]. Returns zero if the font does not have such a glyph. .SH SINCE 5.1.12 .SH SEE ALSO al_draw_glyph(3), al_get_glyph_dimensions(3), al_get_glyph_advance(3).