psiegman / epublib

a java library for reading and writing epub files
http://www.siegmann.nl/epublib
1.05k stars 314 forks source link

Internationalization(i18N) Not Support #75

Open bharathmit opened 9 years ago

bharathmit commented 9 years ago

internationalization tamil language not supported

bharathmit commented 9 years ago

JTable,JTree,JEditorPane,JTextField can't set the font directly to the viewer. Example tamil font.

i can change the code to set font it will work this.tree.setFont(loadFont("C:/Users/admin/Desktop/tirukkural/OEBPS/Fonts/Akshar.ttf"));

How to avoid this step, Pls help me tamilfont

iambmelt commented 9 years ago

Hi @bharathmit - can you provide more detail on your issue? You should be able to specify a font on any JComponent or awt.Container subclass. I would render a guess you specify the font on the main window's JFrame. Does that help?