diff options
| author | Juan Linietsky | 2016-05-29 11:37:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-05-29 11:37:52 -0300 |
| commit | 3e8eb396d7cfec8a96efb78719c0556f1beccf68 (patch) | |
| tree | 3f6e9adbac4c20989812b338ca7bc3a0b65f568d /core/image.h | |
| parent | a5777994cbc06183af7db7d8233434f245d5b089 (diff) | |
| download | godot-3e8eb396d7cfec8a96efb78719c0556f1beccf68.tar.gz godot-3e8eb396d7cfec8a96efb78719c0556f1beccf68.tar.zst godot-3e8eb396d7cfec8a96efb78719c0556f1beccf68.zip | |
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
Diffstat (limited to '')
| -rw-r--r-- | core/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
