Handle font size changes, rescaling images

This commit is contained in:
Kovid Goyal
2017-10-09 15:15:13 +05:30
parent 3cce238b2b
commit 94eaaae4a6
4 changed files with 49 additions and 18 deletions

View File

@@ -89,3 +89,4 @@ const char* grman_handle_command(GraphicsManager *self, const GraphicsCommand *g
bool grman_update_layers(GraphicsManager *self, unsigned int scrolled_by, float screen_left, float screen_top, float dx, float dy, unsigned int num_cols, unsigned int num_rows);
void grman_scroll_images(GraphicsManager *self, const ScrollData*);
void grman_resize(GraphicsManager*, index_type, index_type, index_type, index_type);
void grman_rescale(GraphicsManager *self, unsigned int old_cell_width, unsigned int old_cell_height);