Codebase list fonts-gujr-extra / f3b4415
New upstream version 1.0.1 Kartik Mistry 4 years ago
7 changed file(s) with 30 addition(s) and 54 deletion(s). Raw diff Collapse all Expand all
+0
-1
.pc/.quilt_patches less more
0 debian/patches
+0
-1
.pc/.quilt_series less more
0 series
+0
-1
.pc/.version less more
0 2
+0
-2
.pc/applied-patches less more
0 debian-changes-1.0-1
1 debian-changes-1.0-1
+0
-19
.pc/debian-changes-1.0-1/Copyright less more
0 Copyright: (C) 2004-2007, Magnet Technologies Pvt Ltd <team@utkarsh.org>
1
2 Glyphs Copyright: (C) Cyberscape Multimedia Ltd.
3
4 Converted to OTF and rules by IndicTrans Team, Powai, Mumbai lead by Prof
5 Jitendra Shah and is under GPL-2+
6
7 This package is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free Software
9 Foundation; either version 2 of the License, or (at your option) any later
10 version.
11
12 This package is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License along with
17 this package; if not, write to the Free Software Foundation, Inc., 51 Franklin
18 St, Fifth Floor, Boston, MA 02110-1301 USA
0 <?xml version="1.0"?>
1 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
2 <fontconfig>
3 <!-- Gujarati (gu) -->
4 <match target="font">
5 <test name="lang" compare="contains">
6 <string>gu</string>
7 </test>
8 <test qual="any" name="family">
9 <string>sans-serif</string>
10 </test>
11 <edit name="family" mode="append" binding="same">
12 <string>Rekha</string>
13 </edit>
14 </match>
15
16 <match target="font">
17 <test name="lang" compare="contains">
18 <string>gu</string>
19 </test>
20 <test qual="any" name="family">
21 <string>serif</string>
22 </test>
23 <edit name="family" mode="append" binding="same">
24 <string>Lohit Gujarati</string>
25 </edit>
26 </match>
27 <!-- Gujarati (gu) ends -->
28 </fontconfig>
29
+0
-30
90-fonts-gujr-extra.conf less more
0 <?xml version="1.0"?>
1 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
2 <fontconfig>
3 <!-- Gujarati (gu) -->
4 <match target="font">
5 <test name="lang" compare="contains">
6 <string>gu</string>
7 </test>
8 <test qual="any" name="family">
9 <string>sans-serif</string>
10 </test>
11 <edit name="family" mode="append" binding="same">
12 <string>Rekha</string>
13 </edit>
14 </match>
15
16 <match target="font">
17 <test name="lang" compare="contains">
18 <string>gu</string>
19 </test>
20 <test qual="any" name="family">
21 <string>serif</string>
22 </test>
23 <edit name="family" mode="append" binding="same">
24 <string>Lohit Gujarati</string>
25 </edit>
26 </match>
27 <!-- Gujarati (gu) ends -->
28 </fontconfig>
29