X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=7f6f17caae790a13cd330a0f8790752a065679b8;hb=3f5f1e9af1b0c10a0b0486c579c55c5e6947807d;hp=cd7e5357b27bf14cca8fea8aa2a3f603c91c2ca3;hpb=dedebdc78822d9aa4da65633587a89c8eb55455e;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index cd7e5357..7f6f17ca 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -871,8 +871,11 @@ struct FontBitmapInfo { Bitmap *bitmap; - int src_x, src_y; /* start position of animation frames */ - int width, height; /* width/height of each animation frame */ + int src_x, src_y; /* start position of font characters */ + int width, height; /* width / height of font characters */ + + int offset_x; /* offset to next font character */ + int offset_y; /* offset to next font character */ int draw_xoffset; /* offset for drawing font characters */ int draw_yoffset; /* offset for drawing font characters */