From 3e8eb396d7cfec8a96efb78719c0556f1beccf68 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 29 May 2016 11:37:26 -0300 Subject: Finalized DynamicFont implementation -DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this --- core/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/image.h') diff --git a/core/image.h b/core/image.h index 35bbd1a68..0f0b345eb 100644 --- a/core/image.h +++ b/core/image.h @@ -250,6 +250,7 @@ public: void resize( int p_width, int p_height, Interpolation p_interpolation=INTERPOLATE_BILINEAR ); Image resized( int p_width, int p_height, int p_interpolation=INTERPOLATE_BILINEAR ); void shrink_x2(); + void expand_x2_hq2x(); /** * Crop the image to a specific size, if larger, then the image is filled by black */ -- cgit v1.2.3-70-g09d2