125 Star 0 Fork 8

src-openEuler/thai-scalable-fonts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
90-thai-scalable-synthetic-laksaman.conf 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
gnaygnil 提交于 2020-02-14 11:38 . Package init
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Synthesize TH Sarabun with scaled-down Laksaman -->
<match target="pattern">
<test qual="any" name="family" compare="contains">
<string>TH Sarabun</string>
</test>
<edit name="family" mode="append" binding="same">
<string>Laksaman</string>
</edit>
</match>
<match target="font">
<test name="family" compare="eq">
<string>Laksaman</string>
</test>
<test target="pattern" qual="any" name="family" compare="contains">
<string>TH Sarabun</string>
</test>
<edit name="matrix" mode="assign">
<matrix>
<double>0.66</double>
<double>0</double>
<double>0</double>
<double>0.66</double>
</matrix>
</edit>
</match>
</fontconfig>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/thai-scalable-fonts.git
git@gitee.com:src-openeuler/thai-scalable-fonts.git
src-openeuler
thai-scalable-fonts
thai-scalable-fonts
master

搜索帮助