comparison gui/skin/font.h @ 33971:922771be85f6

Cosmetic: Rename fntRender() fntTextRender().
author ib
date Mon, 05 Sep 2011 16:19:04 +0000
parents c5a19bbeac2b
children e27855a45128
comparison
equal deleted inserted replaced
33970:9b28414785e1 33971:922771be85f6
41 } bmpFont; 41 } bmpFont;
42 42
43 int fntFindID(char *name); 43 int fntFindID(char *name);
44 void fntFreeFont(void); 44 void fntFreeFont(void);
45 int fntRead(char *path, char *fname); 45 int fntRead(char *path, char *fname);
46 guiImage *fntRender(wItem *item, int px, char *txt); 46 guiImage *fntTextRender(wItem *item, int px, char *txt);
47 int fntTextWidth(int id, char *str); 47 int fntTextWidth(int id, char *str);
48 48
49 #endif /* MPLAYER_GUI_FONT_H */ 49 #endif /* MPLAYER_GUI_FONT_H */