• Home
  • History
  • Annotate
  • only in /external/lohit-fonts/lohit-odia-ttf/
NameDateSize

..12-Mar-20154 KiB

66-lohit-odia.conf12-Mar-2015631

AUTHORS12-Mar-2015240

ChangeLog12-Mar-20151.3 KiB

COPYRIGHT12-Mar-2015194

Lohit-Odia.ttf12-Mar-201595.6 KiB

OFL.txt12-Mar-20154.3 KiB

README12-Mar-20151.3 KiB

README

1Lohit 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 
42