Fonts
The following functions will give you information about a font:
font_exists(ind) Returns whether a font with the given index exists. font_get_name(ind) Returns the name of the font with the given index. font_get_fontname(ind) Returns the fontname of the font with the given index. font_get_bold(ind) Returns whether the font with the given index is bold. font_get_italic(ind) Returns whether the font with the given index is italic. font_get_first(ind) Returns the index of the first character in the font with the given index. font_get_last(ind) Returns the index of the last character in the font with the given index.
Contributor: Mark Overmars

Related: