Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SWT 创建一个类似聊天的应用程序。我的应用程序使用StyledTextandText来获取输入并将其显示给用户。有没有办法可以在文本字段中插入表情符号(图像)?
StyledText
Text
Emoticons 有 Unicode 字符(从 Unicode 6.0 开始),所以你不需要为此使用图像,只要你有支持它们的字体
Unicode 字符在 U+1F600..U+1F64F 范围内,有关字符的更多信息请参见此处