Home | Customize | Blog | Extras | Log In | Info
Manual | D&D icons | GML Parser | Archive | Iso City
Username: Password:  
About | Features | Directory | Banners | Contact

Designing Games with GameMaker
Designing Games with GameMaker

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.

Search Search


Alternative versions Alternative versions

You can also read this manual on one single long page (± 1.5 mb)

Also available in: Dutch French German

ZIP Download helpfile

Advertisement Advertisement

GameMaker Manual