repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gst-editing-services1: update to 1.24.11
[oi-userland.git]
/
components
/
library
/
fontconfig
/
files
/
20-indic.conf
blob
55c96fa02c0d47f45673c4865a6ec6ce32aba26f
1
<?xml
version
=
"1.0"
?>
2
<!DOCTYPE
fontconfig SYSTEM
"fonts.dtd"
>
3
<fontconfig>
4
5
<!-- Some Indic fonts look much better without hinting -->
6
7
<match
target
=
"font"
>
8
<test
name
=
"family"
>
9
<string>
Lohit Gujarati
</string>
10
</test>
11
<edit
name
=
"hinting"
>
12
<bool>
false
</bool>
13
</edit>
14
<test
name
=
"family"
>
15
<string>
Lohit Tamil
</string>
16
</test>
17
<edit
name
=
"hinting"
>
18
<bool>
false
</bool>
19
</edit>
20
</match>
21
</fontconfig>
22