Cross Reference: 20-indic.conf
xref
: /
solaris-x11-s11
/
open-src
/
lib
/
fontconfig
/
20-indic.conf
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
<?
xml
version
=
"1.0"
?>
<!
DOCTYPE
fontconfig
SYSTEM
"
fonts.dtd
"
>
<
fontconfig
>
<!--
Some
Indic
fonts
look
much
better
without
hinting
-->
<
match
target
=
"font"
>
<
test
name
=
"family"
>
<
string
>
Lohit
Gujarati
</
string
>
</
test
>
<
edit
name
=
"hinting"
>
<
bool
>
false
</
bool
>
</
edit
>
<
test
name
=
"family"
>
<
string
>
Lohit
Tamil
</
string
>
</
test
>
<
edit
name
=
"hinting"
>
<
bool
>
false
</
bool
>
</
edit
>
</
match
>
</
fontconfig
>