⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 20-unhint-small-vera.conf

📁 GPE内核镜像文件 已在qemu上跑过的
💻 CONF
字号:
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"><!-- conf.d/sub-pixel.conf --><fontconfig><!-- 	The Bitstream Vera fonts have GASP entries suggesting that hinting be	disabled below 8 ppem, but FreeType ignores those, preferring to use	the data found in the instructed hints.  The initial Vera release	didn't include the right instructions in the 'prep' table. Fix this	by disabling hinting manually at smaller sizes (< 8ppem) -->	<match target="font">		<test name="family">			<string>Bitstream Vera Sans</string>		</test>		<test name="pixelsize" compare="less">			<double>7.5</double>		</test>		<edit name="hinting">			<bool>false</bool>		</edit>	</match>	<match target="font">		<test name="family">			<string>Bitstream Vera Serif</string>		</test>		<test name="pixelsize" compare="less">			<double>7.5</double>		</test>		<edit name="hinting">			<bool>false</bool>		</edit>	</match>	<match target="font">		<test name="family">			<string>Bitstream Vera Sans Mono</string>		</test>		<test name="pixelsize" compare="less">			<double>7.5</double>		</test>		<edit name="hinting">			<bool>false</bool>		</edit>	</match></fontconfig>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -