blob: 73989c5d28f9f2913eb864c6e02a98807d16c69d [file] [log] [blame]
Roozbeh Pournaderde900842014-11-24 13:13:12 -08001Lohit Project Information :-
2See https://fedorahosted.org/lohit/ for more details.
3
4Mailing list:-
5http://www.redhat.com/mailman/listinfo/lohit-devel-list
6
7Generating ttf from source file:
8Note: If you have downloaded ttf tarball this step is not required.
91. Building ttf file with fontforge.
10- Open .sfd file in Fontforge.
11- Import .fea file using (File->Merge Feature Info)
12- File-> Generate fonts.
13
142. Using Makefile (Recommended)
15- In terminal change directory to lohit downloaded tarball and run
16- $make ttf
17- This will generate ttf.
18
193. Building webfonts
20- Fedora users -> $yum install sfntly
21- Check if your distro has sfntly, if not Download sfntly for building web fonts.
22 - Download "sfntly-read-only.zip" from http://code.google.com/p/sfntly/downloads/list
23 - Go to java folder and run $ant
24 - Copy sfnttool.jar to /usr/share/java/
25- $make woff eot
26- This will generate webfonts.
274. $make all will generate all binaries.
28
29Installing fonts:
30Fedora or other linux distro
311. Using graphics user interface
32- open ttf using gnome-font-viewer or kfontview
33- click on install fonts
34
352. Using terminal
36- copy font to /~.local/share/fonts
37- run $fc-cache
38- open gedit, it should be listed now
39
40Windows
411. Nicely documented on http://windows.microsoft.com/en-in/windows-vista/install-or-uninstall-fonts