Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
66-lohit-kannada.conf | D | 03-May-2024 | 620 | 30 | 29 | |
AUTHORS | D | 03-May-2024 | 208 | 12 | 11 | |
COPYRIGHT | D | 03-May-2024 | 153 | 6 | 4 | |
ChangeLog | D | 03-May-2024 | 800 | 27 | 19 | |
ChangeLog.old | D | 03-May-2024 | 9.5 KiB | 176 | 147 | |
Lohit-Kannada.ttf | D | 03-May-2024 | 192.1 KiB | |||
OFL.txt | D | 03-May-2024 | 4.3 KiB | 96 | 77 | |
README | D | 03-May-2024 | 695 | 25 | 16 | |
README.cvs | D | 03-May-2024 | 848 | 21 | 17 |
README
1 Lohit Fonts Project 2 31) Generating .ttf file from source 4 Example 5 $tar -xvf lohit-hindi-2.4.3.tar.gz 6 $cd lohit-hindi-2.4.3 7 $make 8 92) Installing font (.ttf) file 10 You can then install .ttf font files by copying them to ~/.fonts directory. 11 Then execute fc-cache command and then relogin to use that font. 12 13 14Lohit Project Information :- 15See https://fedorahosted.org/lohit/ for more details. 16 17Mailing list:- 18http://www.redhat.com/mailman/listinfo/lohit-devel-list 19 20 21NOTE: This font file was modified from the original source by the Android 22and i18n teams, to remove improperly mapped glyphs. We are in the process 23of getting these changes merged with the upstream source. 24 25
README.cvs
1Lohit Fonts Project 2 3Scripts Usage:- 4Lohit CVS is now included with 2 shell scripts 51)generate.sh 6 Once you checkout the .sfd files from lohit CVS, you just need to execute this script 7 and you will get all .ttf files in respective language directory. You can then install those font files 8 by copying them to ~/.fonts directory. Then execute fc-cache command and then relogin to use that font. 9 102)makedist.sh 11 Use this script to generate upstream tarball used by fonts-indic SPEC to build rpms. 12 e.g. 13 To generate lohit-lang-$version.tar.gz follow steps as 14 1) Anonymous CVS access 15 $ svn co http://svn.fedorahosted.org/svn/lohit 16 1) cd lohit 17 2) sh makedist.sh 18 You will get upstream tarball used to build lohit-fonts-$version-1 rpm. 19 NOTE:- This script can be used only from 2.1.1 and above version of this package. 20 21