Fix Indic rendering.

This commit is contained in:
Jon Ciesla 2013-01-11 07:55:49 -06:00
parent 6c095db86b
commit a6e0de29c2
2 changed files with 28 additions and 1 deletions

View File

@ -13,4 +13,28 @@
<family>serif</family>
</default>
</alias>
<match target="scan">
<test name="family">
<string>FreeSerif</string>
</test>
<edit name="lang" mode="assign">
<minus>
<name>lang</name>
<langset>
<string>bho</string>
<string>brx</string>
<string>doi</string>
<string>hi</string>
<string>hne</string>
<string>kok</string>
<string>mai</string>
<string>mr</string>
<string>sa</string>
<string>sat</string>
</langset>
</minus>
</edit>
</match>
</fontconfig>

View File

@ -3,7 +3,7 @@
Name: %{fontname}-fonts
Version: 20120503
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Free UCS Outline Fonts
Group: User Interface/X
# Standard font exception
@ -121,6 +121,9 @@ rm -rf %{buildroot}
%doc AUTHORS ChangeLog CREDITS COPYING README
%changelog
* Fri Jan 11 2013 Jon Ciesla <limburgher@gmail.com> 20120503-4
- Fix Indic rendering, BZ 871252.
* Tue Nov 06 2012 Jens Petersen <petersen@redhat.com> - 20120503-3
- Update source url and license tag, BZ 873508.