You've already forked godot
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:
@@ -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