-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpleGUI::TextBox() で異体字を入力するとカーソルと挿入位置が一致しない #1112
Comments
|
|
フォントのフォールバックなしで実装しています。 |
ありがとうございます。検証してみます。 |
|
SimpleGUI::TextBox()
やSimpleGUI::TextArea()
などで、入力文字列に異体字セレクタが含まれるとカーソルの位置と挿入・削除される文字の位置がずれることがあります。異体字セレクタが含まれると UTF-32 での文字数と
Glyph
の数が一致しなくなるため、一致することを前提に設計されているSimpleGUI::TextBox()
などの挙動がおかしくなります。検証用コード
The text was updated successfully, but these errors were encountered: