You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make it possible for users to be able to input words in foreign alphabets such as Hiragana/Katakana for example. This behavior works on a regular TextArea from javaFX, possession of a keyboard for that language is obviously assumed.
Trying this on say, a GenericStyledArea results in "normal" input. Just the regular roman alphabet.
Would I have to add said capability (rendering of alphabet) for each desired alphabet, similarly to the way the wiki mentions implementing emojis?
The text was updated successfully, but these errors were encountered:
OscarEReyes
changed the title
How can foreign alphabet inputs like Google's Hiragana input be rendered on GenericStyledAreas.
How can foreign alphabet inputs like Google's Hiragana input be rendered on GenericStyledAreas?
Feb 4, 2018
It doesn't work on a regular GenericStyledArea because that object doesn't extend TextInputControl. You can see #146 for help in adding support for stuff like that, and you should be aware of #280.
I am trying to make it possible for users to be able to input words in foreign alphabets such as Hiragana/Katakana for example. This behavior works on a regular TextArea from javaFX, possession of a keyboard for that language is obviously assumed.
Trying this on say, a GenericStyledArea results in "normal" input. Just the regular roman alphabet.
Would I have to add said capability (rendering of alphabet) for each desired alphabet, similarly to the way the wiki mentions implementing emojis?
The text was updated successfully, but these errors were encountered: