You can use your own font for displaying the translations.
These fonts are installed in the J2SE Runtime Environment's
lib/fonts
directory. Unfortunately the Fonts or Fontfamiles
doesn't support all languages, mostly the basic-latin charset is supported
only.
Our default Fontfamily is "Lucida"
, which provides a lot
of charsets.
Sun's J2SE Development Kit and J2SE Runtime Environments bundle several physical fonts of the "Lucida" design family. These fonts are also licensed for use in other implementations of the Java 2 platform. These fonts are physical fonts, but since they come with the Java 2 runtime, they don't depend on the host operating system. Using them provides the benefit of a consistent look and feel across platforms and implementations for a large set of languages.
There are three different type families: "Lucida
Sans"
, "Lucida Sans Typewriter"
, and
"Lucida Bright"
. Each family has plain, bold, italic, and
bold-italic styles. Not all of these are present in all Java 2
implementations. For example, the default download bundle of Sun's
J2SE Runtime Environment for Windows only contains the Lucida Sans
plain font (but note that application developers can include all
Lucida fonts with a JRE that they redistribute with an application).
The following table shows which Unicode character blocks are covered by each font family:
Unicode Block |
Lucida Sans |
Lucida Sans Typewriter |
Lucida Bright |
---|---|---|---|
Basic Latin |
yes |
yes |
yes |
Latin-1 Supplement |
yes |
yes |
yes |
Latin Extended-A |
yes |
yes |
yes |
Latin Extended-B |
partial |
partial |
partial |
IPA Extensions |
partial |
no |
no |
Spacing Modifier Letter |
partial |
partial |
partial |
Combining Diacritical Marks |
partial |
no |
partial |
Greek |
yes |
yes |
yes |
Cyrillic |
partial |
partial |
partial |
Hebrew |
yes |
yes |
no |
Arabic |
partial |
partial |
partial |
Devanagari |
yes |
no |
no |
Thai |
yes |
yes |
no |
General Punctuation |
partial |
partial |
partial |
Superscripts and Subscripts |
partial |
partial |
partial |
Currency Symbols |
partial |
partial |
partial |
Letterlike Symbols |
partial |
partial |
partial |
Number Forms |
partial |
partial |
no |
Arrows |
partial |
partial |
partial |
Mathematical Operators |
yes |
partial |
yes |
Enclosed Alphanumerics |
partial |
no |
no |
Box Drawings |
partial |
partial |
no |
Block Elements |
partial |
partial |
no |
Geometric Shapes |
partial |
partial |
partial |
Miscellaneous Symbols |
partial |
partial |
no |
Dingbats |
yes |
no |
no |
Alphabetic Presentation Forms |
partial |
partial |
no |
Arabic Presentation Forms-A |
partial |
partial |
partial |
Arabic Presentation Forms-B |
yes |
yes |
yes |
By Sun's J2SE Runtime Environments, the Lucida fonts do not support Chinese (Simplified), Chinese (Traditional), Japanese, and Korean.