Commit 429b0c3
committed
Add ModifySolidBrush method to update formatted text
A new `ModifySolidBrush()` method was introduced in the `Editor` namespace within `StaticText.cs`. This method updates the `_formattedTextExtended` object by invoking `FontFactory.GetFormattedTextExtended()` with parameters including `Text`, `FontType`, `FontSize` scaled by `FontSizeFactor`, `FontWeight`, and a `false` value for the last argument.1 parent 6709979 commit 429b0c3
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments