1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Rename SVGTexture to DPITexture.

This commit is contained in:
Pāvels Nadtočajevs
2025-08-20 20:46:38 +03:00
parent be0406946f
commit 10e11ec87f
13 changed files with 107 additions and 107 deletions

View File

@@ -43,8 +43,8 @@
#include "scene/gui/subviewport_container.h"
#include "scene/main/canvas_layer.h"
#include "scene/main/window.h"
#include "scene/resources/dpi_texture.h"
#include "scene/resources/mesh.h"
#include "scene/resources/svg_texture.h"
#include "scene/resources/text_line.h"
#include "scene/resources/world_2d.h"
#include "servers/audio_server.h"
@@ -1090,8 +1090,8 @@ bool Viewport::_set_size(const Size2i &p_size, const Size2 &p_size_2d_override,
TS->reference_oversampling_level(new_font_oversampling);
TS->unreference_oversampling_level(font_oversampling);
SVGTexture::reference_scaling_level(new_font_oversampling);
SVGTexture::unreference_scaling_level(font_oversampling);
DPITexture::reference_scaling_level(new_font_oversampling);
DPITexture::unreference_scaling_level(font_oversampling);
}
size = new_size;