Skip to content

Commit a57a1bb

Browse files
committed
modifed readme
1 parent d8cd830 commit a57a1bb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,26 @@ STTextBox is a WinForm control drawn by me and my friend [netero](https://github
99
We adopt the MIT open source license, and the code is built with .Net3.5 + vs2010,
1010
so it is compatible with almost all VS versions.
1111
Two 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+
1416
Because of our limited capabilities, many functions are not well implemented,
1517
so we modified the core functions into independent interfaces,
1618
So that other developers can implement it independently
1719
without 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+
2023
You can use `Emoji` in `STTextBox` in the `demos_bin` we used [twemoji](https://github.com/twitter/twemoji).
2124
And 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+
2328
In `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+
2532
You can also customize text styles, by implementing the `ITextStyleMonitor` interface, we have three realities built in.
2633
`KeyWorldStyleMonitor``CSharpStyleMonitor``LinkStyleMonitor`.
2734

0 commit comments

Comments
 (0)