1 |
efrain |
1 |
Fonts
|
|
|
2 |
-----
|
|
|
3 |
|
|
|
4 |
GD font operations need unicode capable font to do the server-side
|
|
|
5 |
rendering of text. Default font lib/default.ttf (FreeSans Medium
|
|
|
6 |
revision 1.76 from http://savannah.nongnu.org/projects/freefont/)
|
|
|
7 |
is suitable for most languages.
|
|
|
8 |
|
|
|
9 |
Unsupported languages may add special font
|
|
|
10 |
lang/xx/fonts/default.ttf, it will be used for that language
|
|
|
11 |
only.
|
|
|
12 |
|
|
|
13 |
If you want to override the default font dirroot/lib/default.ttf,
|
|
|
14 |
save another one as dataroot/lang/default.ttf - it will
|
|
|
15 |
be used for all site languages without it's font file.
|
|
|
16 |
|
|
|
17 |
The list of suitable TrueType fonts can be found at:
|
|
|
18 |
* http://en.wikipedia.org/wiki/Unicode_fonts
|
|
|
19 |
* http://www.alanwood.net/unicode/fonts.html#general
|