Update text-size related caches after changing font details

This commit is contained in:
Jonathan G Rennison
2024-01-15 17:51:33 +00:00
parent d7b75614bb
commit bb22440ab7
4 changed files with 18 additions and 2 deletions

View File

@@ -97,6 +97,8 @@ enum AdjustGUIZoomMode {
};
bool AdjustGUIZoom(AdjustGUIZoomMode mode);
void FontChanged();
void RedrawScreenRect(int left, int top, int right, int bottom);
Dimension GetSpriteSize(SpriteID sprid, Point *offset = nullptr, ZoomLevel zoom = ZOOM_LVL_GUI);