X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=8eb5d9ab99e8eceb795a11521214400540a9e044;hp=40783a5cef8ce157ec7327d33ac185e4dc284312;hb=479bba3c31872d0bf11756a6380988bf787ce5ef;hpb=553bbcb054a57644d78eb10f6072ba38a04620af diff --git a/src/libgame/system.h b/src/libgame/system.h index 40783a5c..8eb5d9ab 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -561,9 +561,13 @@ struct AudioSystemInfo struct FontBitmapInfo { Bitmap *bitmap; + int src_x, src_y; /* start position of animation frames */ int width, height; /* width/height of each animation frame */ - int draw_x, draw_y; /* offset for drawing font characters */ + + int draw_xoffset; /* offset for drawing font characters */ + int draw_yoffset; /* offset for drawing font characters */ + int num_chars; int num_chars_per_line;