#include <aedFont.h>
Public Member Functions | |
int | getStyle () const |
void | setStyle (int style) |
int | getHeight () const |
int | getAscent () const |
int | getDescent () const |
int | getLineSkip () const |
bool | getGlyphMetrics (Uint16 c, int *minx, int *maxx, int *miny, int *maxy, int *advance) |
int | getTextSize (const char *text, Uint16 *w, Uint16 *h) |
SDL_Surface * | renderTextSolid (const char *str, const aedColor &color) |
SDL_Surface * | renderTextShaded (const char *str, const aedColor &fg, const aedColor &bg) |
SDL_Surface * | renderTextBlended (const char *str, const aedColor &color) |
void | renderTextSolid (SDL_Surface *s, int x, int y, const char *str, const aedColor &color) |
void | renderTextShaded (SDL_Surface *s, int x, int y, const char *str, const aedColor &fg, const aedColor &bg) |
void | renderTextBlended (SDL_Surface *s, int x, int y, const char *str, const aedColor &color) |
Static Public Member Functions | |
Uint16 | getUnicode (const char *utf8, int *advance) |
Friends | |
class | aedApp |