22 #ifndef AGS_PLUGINS_AGS_SPRITE_FONT_SPR_FONT_RENDERER_CLIFFTOP_H 23 #define AGS_PLUGINS_AGS_SPRITE_FONT_SPR_FONT_RENDERER_CLIFFTOP_H 25 #include "ags/plugins/ags_sprite_font/sprite_font_renderer.h" 29 namespace AGSSpriteFont {
36 bool SupportsExtendedCharacters(
int fontNumber)
override;
37 void RenderText(
const char *text,
int fontNumber,
BITMAP *destination,
int x,
int y,
int colour)
override;
40 void Draw(
BITMAP *src,
BITMAP *dest,
int destx,
int desty,
int srcx,
int srcy,
int width,
int height,
int colour);
Definition: sprite_font_renderer.h:33
Definition: sprite_font_renderer_clifftop.h:31
Definition: ags_plugin.h:296