File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ We adopt the MIT open source license, and the code is built with .Net3.5 + vs201
1010so it is compatible with almost all VS versions.
1111Two open source projects were also generated during the design process:
1212
13- [emoji-svg-render](https://github.com/DebugST/emoji-svg-render)
14- [STGraphemeSplitter](https://github.com/DebugST/STGraphemeSplitter)
13+ [ emoji-svg-render] ( https://github.com/DebugST/emoji-svg-render ) ,
14+ [ STGraphemeSplitter] ( https://github.com/DebugST/STGraphemeSplitter )
1515
1616Because of our limited capabilities, many functions are not well implemented,
1717so we modified the core functions into independent interfaces,
@@ -29,6 +29,6 @@ In `STTextBox` all the color you can use `alpha`, Of course his efficiency is al
2929
3030![ Style] ( https://s3.bmp.ovh/imgs/2022/08/01/d18e93176e4a4e48.png )
3131
32- You can also customize text styles, by implementing the ` ITextStyleMonitor ` interface, we have three realities built in.
33- ` KeyWorldStyleMonitor``CSharpStyleMonitor``LinkStyleMonitor ` .
32+ You can also customize text styles, by implementing the ` ITextStyleMonitor ` interface, we have four realities built in.
33+ ` KeyWorldStyleMonitor ` ` CSharpStyleMonitor ` ` LinkStyleMonitor ` ` SelectionStyleMonitor ` .
3434
You can’t perform that action at this time.
0 commit comments