src/ascension/ui/font.h

changeset 162
d3598c834f9b
parent 145
a3231310d66d
equal deleted inserted replaced
161:4c8b9c6d241f 162:d3598c834f9b
71 * 71 *
72 * You will almost never need to use this function on your own. 72 * You will almost never need to use this function on your own.
73 * Ascension UI elements are loading the required fonts for you. 73 * Ascension UI elements are loading the required fonts for you.
74 * 74 *
75 * @param font the font description 75 * @param font the font description
76 * @return a pointer to the SDL TTF font handle, or \c NULL on error 76 * @return a pointer to the SDL TTF font handle, or @c NULL on error
77 */ 77 */
78 TTF_Font *asc_font_load(AscFont font); 78 TTF_Font *asc_font_load(AscFont font);
79 79
80 #endif //ASCENSION_FONT_H 80 #endif //ASCENSION_FONT_H

mercurial