1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

Apply fix_alpha_edges for both theme icons and font glyphs.

Only apply fix_alpha_edges for SVG glyphs.
Allow modulate for svg glyphs.

(cherry picked from commit 70a8421c30)
This commit is contained in:
Frank Becker
2025-02-14 20:20:12 -08:00
committed by Rémi Verschelde
parent b5de7da80d
commit 9628fce2f3
5 changed files with 38 additions and 6 deletions

View File

@@ -272,6 +272,7 @@ class TextServerAdvanced : public TextServerExtension {
Rect2 rect;
Rect2 uv_rect;
Vector2 advance;
bool from_svg = false;
};
struct FontForSizeAdvanced {