summaryrefslogtreecommitdiff
path: root/japanese/font-ume/files/20-unhint-umefont.conf
blob: 54b9796d27dba6f7905ef16740db1d635480e055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
	<match target="font">
		<test name="family">
			<string>Ume Mincho</string>
			<string>Ume P Mincho</string>
			<string>Ume Gothic</string>
			<string>Ume Gothic C4</string>
			<string>Ume Gothic C5</string>
			<string>Ume Gothic O5</string>
			<string>Ume P Gothic</string>
			<string>Ume P Gothic C4</string>
			<string>Ume P Gothic C5</string>
			<string>Ume P Gothic O5</string>
			<string>Ume UI Gothic</string>
			<string>Ume UI Gothic O5</string>
		</test>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>