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?
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?