aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-mplus-outline/files/20-unhint-mplus-outline.conf
blob: 1e0bcaafdb6334754ba94ed6d29a11c898292724 (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
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
	<match target="font">
		<or>
			<test name="family">
				<string>M+ 1c</string>
			</test>
			<test name="family">
				<string>M+ 1m</string>
			</test>
			<test name="family">
				<string>M+ 1mn</string>
			</test>
			<test name="family">
				<string>M+ 1p</string>
			</test>
			<test name="family">
				<string>M+ 2c</string>
			</test>
			<test name="family">
				<string>M+ 2m</string>
			</test>
			<test name="family">
				<string>M+ 2p</string>
			</test>
		</or>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>