blob: fa7fe42f5f5f725b49247328bcb525300e42cf42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
fonts-tlwg is a collection of Thai scalable fonts available
in free licenses. Its goal is to provide fonts that conform to
existing standards and recommendations, so that it can be a reference
implementation.
So, the fonts have to be modified from their original versions as
needed, according to following references:
- Recommendation for Thai font design, from the National Font Project
- Adobe Glyph naming convention
- Microsoft Typography
- Common practice for Thai Windows fonts
The tool used in this project is FontForge (http://fontforge.sourceforge.net/).
So, you need it in generating actual fonts. Automatic scripts for
building fonts with Makefile's are also provided, so that usual steps
still apply:
$ ./configure [options]
$ make
# make install
You can choose target font formats to generate by applying --enable-*
options to the configure script. (Only TrueType is generated by default.)
And for each format, you can specify install directory using --with-*dir=
configure options. Please try `./configure --help' for the full list
of all available options.
For more information, please visit:
http://linux.thai.net/projects/fonts-tlwg
--
Thai Linux Working Group (TLWG)
http://linux.thai.net/
|