javafontsindic

How to display Kannada (Indic) Fonts in a Java application


I am trying to dislplay a kannda character in a Java app.

String fonts[] = ge.getAvailableFontFamilyNames();

This shows that there is a font family by name "BRH Kannada"

Font f = new Font("BRH Kannada", Font.PLAIN, 20);

and then I do

button.setFont(f);

now when i set the button text, I have to ideally get the text on button to use the BRH kannada font.

However, what and how should I give the string as?


Solution

  • Let us assume that you are trying to create a Java string literal containing kannada characters: