Mercurial > fife-parpg
comparison clients/pychan_demo/fonts/freefont.fontdef @ 228:756b895e1dab
Merged unicode-support back into trunk.
Now all GUI/visible strings should be unicode.
Internal strings unchanged.
Remember to use a font that actually has the desired codepoints.
Current default unicode policiy is 'ignore'.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 21 Mar 2009 10:38:11 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
227:d642169490f7 | 228:756b895e1dab |
---|---|
1 [Font/FreeMono] | |
2 | |
3 type: truetype | |
4 source: fonts/freefont/FreeMono.ttf | |
5 size: 12 | |
6 | |
7 antialias: 1 | |
8 | |
9 color: 255,255,255 | |
10 | |
11 [Font/FreeSans] | |
12 | |
13 type: truetype | |
14 source: fonts/freefont/FreeSans.ttf | |
15 size: 12 | |
16 | |
17 antialias: 1 | |
18 | |
19 color: 255,255,255 | |
20 |