Skip to content
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

How can foreign alphabet inputs like Google's Hiragana input be rendered on GenericStyledAreas? #675

Closed
OscarEReyes opened this issue Feb 4, 2018 · 2 comments
Labels

Comments

@OscarEReyes
Copy link

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?

@OscarEReyes 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
@JordanMartinez
Copy link
Contributor

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.

@OscarEReyes
Copy link
Author

That was very helpful! I got it to work now. Thanks for pointing me in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants