mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
9cef46324e
I'm not able to find good Indic fonts in the ports. Fedora's Lohit project has some great fonts for a whole bunch of Indian languages and many Linux distros provide it in their repos. Here's a link to Gentoo's ebuild: http://www.gentoo-portage.com/media-fonts/fonts-indic A collection of Indic fonts by the Lohit project. The package supports most Indian languages: - Bengali - Gujarati - Hindi - Kannada - Malayalam - Oriya - Punjabi - Tamil - Telugu WWW: http://fedoraproject.org/wiki/Lohit PR: ports/116460 Submitted by: Naresh V <nareshov@gmail.com>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
@exec %D/bin/fc-cache -f -v %%FONTSDIR%%
|
|
%%FONTSDIR%%/lohit_bn.ttf
|
|
%%FONTSDIR%%/lohit_gu.ttf
|
|
%%FONTSDIR%%/lohit_hi.ttf
|
|
%%FONTSDIR%%/lohit_kn.ttf
|
|
%%FONTSDIR%%/lohit_ml.ttf
|
|
%%FONTSDIR%%/lohit_or.ttf
|
|
%%FONTSDIR%%/lohit_pa.ttf
|
|
%%FONTSDIR%%/lohit_ta.ttf
|
|
%%FONTSDIR%%/lohit_te.ttf
|
|
@dirrm %%FONTSDIR%%
|