View Single Post
Old 02-13-2016, 04:17 PM   #337
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@rpgmaker:

cf. linkfonts/etc/conf.avail/99-tweaks.conf

Of which, following the comments, the only relevant part is actually:

Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

<!--
	Misc tweaks :)
-->
<fontconfig>
	<!-- Make Crimson Text 10% bigger -->
	<match target="font">
		<test name="family" compare="eq">
			<string>Crimson Text</string>
		</test>
		<edit name="matrix" mode="assign">
			<times>
				<name>matrix</name>
				<matrix>
					<double>1.1</double>
					<double>0.0</double>
					<double>0.0</double>
					<double>1.1</double>
				</matrix>
			</times>
		</edit>
	</match>
</fontconfig>
On a sidenote, KUAL is a required dependency (of basically everything) with FW >= 5.5.x, since you need it to install packages.
NiLuJe is offline   Reply With Quote