gfx.h
changeset 4609 6c337b3fbf4b
parent 4444 9c9c7f962482
child 4928 4cdb51b5db7b
equal deleted inserted replaced
4608:b5470981ed85 4609:6c337b3fbf4b
    65 void DrawStringRightAlignedUnderline(int x, int y, StringID str, uint16 color);
    65 void DrawStringRightAlignedUnderline(int x, int y, StringID str, uint16 color);
    66 
    66 
    67 void GfxFillRect(int left, int top, int right, int bottom, int color);
    67 void GfxFillRect(int left, int top, int right, int bottom, int color);
    68 void GfxDrawLine(int left, int top, int right, int bottom, int color);
    68 void GfxDrawLine(int left, int top, int right, int bottom, int color);
    69 
    69 
    70 int GetStringWidth(const char *str);
    70 BoundingRect GetStringBoundingBox(const char *str);
    71 void LoadStringWidthTable(void);
    71 void LoadStringWidthTable(void);
    72 void DrawStringMultiCenter(int x, int y, StringID str, int maxw);
    72 void DrawStringMultiCenter(int x, int y, StringID str, int maxw);
    73 void DrawStringMultiLine(int x, int y, StringID str, int maxw);
    73 void DrawStringMultiLine(int x, int y, StringID str, int maxw);
    74 void DrawDirtyBlocks(void);
    74 void DrawDirtyBlocks(void);
    75 void SetDirtyBlocks(int left, int top, int right, int bottom);
    75 void SetDirtyBlocks(int left, int top, int right, int bottom);