File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,19 +9,26 @@ STTextBox is a WinForm control drawn by me and my friend [netero](https://github
99We adopt the MIT open source license, and the code is built with .Net3.5 + vs2010,
1010so it is compatible with almost all VS versions.
1111Two open source projects were also generated during the design process:
12+
1213 [emoji-svg-render](https://github.com/DebugST/emoji-svg-render)
1314 [STGraphemeSplitter](https://github.com/DebugST/STGraphemeSplitter)
15+
1416Because of our limited capabilities, many functions are not well implemented,
1517so we modified the core functions into independent interfaces,
1618So that other developers can implement it independently
1719without having to find and modify the code in the entire control.
1820
1921![ Emoji] ( https://s3.bmp.ovh/imgs/2022/08/01/870c128600fcaf5b.png )
22+
2023You can use ` Emoji ` in ` STTextBox ` in the ` demos_bin ` we used [ twemoji] ( https://github.com/twitter/twemoji ) .
2124And for more info, you can see: [ emoji-svg-render] ( https://github.com/DebugST/emoji-svg-render )
25+
2226![ Alpha] ( https://s3.bmp.ovh/imgs/2022/08/01/9adb88ed6966ba5b.png )
27+
2328In ` STTextBox ` all the color you can use ` alpha ` , Of course his efficiency is also very slow. We can't solve it well for now.
29+
2430![ Style] ( https://s3.bmp.ovh/imgs/2022/08/01/d18e93176e4a4e48.png )
31+
2532You can also customize text styles, by implementing the ` ITextStyleMonitor ` interface, we have three realities built in.
2633` KeyWorldStyleMonitor``CSharpStyleMonitor``LinkStyleMonitor ` .
2734
You can’t perform that action at this time.
0 commit comments