平衡点


2006/11/21

_ fontconfig

「Bold が滲んで読めません」とか言ってましたが, モトヤシーダでゴニョゴニョする事で, ようやく, まあ, それなりに.

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
  <edit mode="assign" name="embeddedbitmap">
    <bool>false</bool>
  </edit>
</match>
<match target="pattern">
  <test name="family" compare="eq">
    <string>serif</string>
  </test>
  <test name="weight" compare="more">
    <const>medium</const>
  </test>
  <edit name="family" mode="prepend">
    <string>NfMotoyaCedar</string>
  </edit>
</match>
<match target="pattern">
  <test name="family" compare="eq">
    <string>serif</string>
  </test>
  <test name="weight" compare="less_eq">
    <const>medium</const>
  </test>
  <edit name="family" mode="prepend">
    <string>IPAPMincho</string>
  </edit>
</match>
<match target="pattern">
  <test name="family" compare="eq">
    <string>sans-serif</string>
  </test>
  <test name="weight" compare="more">
    <const>medium</const>
  </test>
  <edit name="family" mode="prepend">
    <string>NfMotoyaCedar</string>
  </edit>
</match>
<match target="pattern">
  <test name="family" compare="eq">
    <string>sans-serif</string>
  </test>
  <test name="weight" compare="less_eq">
    <const>medium</const>
  </test>
  <edit name="family" mode="prepend">
    <string>IPAPGothic</string>
  </edit>
</match>
<match target="pattern">
  <test name="family" compare="eq">
    <string>monospace</string>
  </test>
  <edit name="family" mode="prepend">
    <string>September-M-Mono</string>
  </edit>
</match>
<match target="pattern">
    <test qual="any" name="family"><string>helvetica</string></test>
    <edit name="family" mode="assign"><string>Nimbus Sans L</string></edit>
  </match>
  <match target="pattern">
    <test qual="any" name="family">
     <string>times</string>
    </test>
    <edit name="family" mode="assign">
     <string>Nimbus Roman No9 L</string>
    </edit>
  </match>
</fontconfig>

みたいな感じで.

serif の bold がゴシックになってる, とか気にしたら負けですよ?


連絡先など
最近の日記
  • 2024/04/28
    • 1. CF-SR3 での生活環境構築 (できてない)
  • 2024/03/29
    • 1. Debian GNU/Linux on CF-SR3
  • 2024/03/25
    • 1. org-mode → beamer でのリスト記号の一時変更
  • 2024/03/22
    • 1. 静的htmlによるGit Repository Browser
  • 2024/02/15
    • 1. org-mode → bemaer での番号付きリスト
一覧
2006|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|02|03|04|08|09|10|11|12|
2013|01|02|03|04|05|06|08|09|10|11|12|
2014|01|02|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|09|10|
2016|02|03|
2017|01|02|03|05|06|07|09|11|12|
2018|03|06|07|10|11|12|
2019|01|02|03|04|05|07|10|12|
2020|01|02|03|04|05|08|09|10|11|12|
2021|01|02|03|05|06|07|08|09|11|12|
2022|01|02|03|04|05|06|08|10|11|12|
2023|02|03|04|06|08|09|11|12|
2024|01|02|03|04|
Back to Top ▲