You've already forked godot
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:
committed by
Rémi Verschelde
parent
b5de7da80d
commit
9628fce2f3
@@ -272,6 +272,7 @@ class TextServerAdvanced : public TextServerExtension {
|
||||
Rect2 rect;
|
||||
Rect2 uv_rect;
|
||||
Vector2 advance;
|
||||
bool from_svg = false;
|
||||
};
|
||||
|
||||
struct FontForSizeAdvanced {
|
||||
|
||||
Reference in New Issue
Block a user