1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +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.
This commit is contained in:
Frank Becker
2025-02-14 20:20:12 -08:00
parent 96cdbbe5bd
commit 70a8421c30
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 {