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 |