File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes giving textfield input in marathi font Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "giving textfield input in marathi font" Watch "giving textfield input in marathi font" New topic
Author

giving textfield input in marathi font

yogesh m gaikwad
Greenhorn

Joined: Dec 28, 2011
Posts: 12
sir,
i have website and on this i want whenever their is textfileld,
user have type in marathi font..
Punit Jain
Ranch Hand

Joined: Aug 20, 2011
Posts: 908
for this you just need to change the font of the corresponding text field, or if you want for all text fields you can do like this:



replace the font with your font type.
Shawn Brito
Greenhorn

Joined: Jan 11, 2012
Posts: 1

You can also set the entire webpage to Hindi using the ISO standard languages...

However if that doesn't taste good, you could also set the font name as...

The .zip Font can be downloaded here....
http://www.marathimati.com/user/help/download_marathi_font.asp#download
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
DO NOT USE FONT TAGS!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: giving textfield input in marathi font
 
Similar Threads
problem with escape characters
Movies [Non-English & Non-Indian]
java.awt
Getting specific font data from file
Internationalization in Struts