<img src="http://chuany.net/albums/album09/abh.sized.png">
我的 /etc/fonts/local.conf
- 代碼: 選擇全部
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<test name="family" compare="eq">
<string>MingLiU</string>
<string>PMingLiU</string>
<string>蝝唳擃</string>
<string>啁敦擃</string>
</test>
<test name="size" compare="eq">
<double>9</double>
<double>10</double>
<double>12</double>
<double>13</double>
<double>14</double>
<double>15</double>
<double>16</double>
<double>17</double>
<double>18</double>
<double>19</double>
<double>20</double>
<double>21</double>
<double>22</double>
<double>23</double>
<double>24</double>
<double>25</double>
</test>
<edit name="antialias" mode="assign">
<bool>False</bool>
</edit>
</match>
</fontconfig>
上頭亂碼的部份是 新細明體的 utf 字串...