QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: loves

3n请进来看看,字体问题

[复制链接]
 楼主| 发表于 2005-3-6 09:56:05 | 显示全部楼层
呵呵,其实我的意思就是在不改变系统的情况下,显示12、13、14、15、16、18 pixelsize 的字用点阵,大字体时用AA,但现在有些本该用点阵显示的字系统却用相同字号的AA来显示,而且只是有部分字这样的,真搞不懂。另我用的是gnome,谢谢你一直的帮助
回复

使用道具 举报

 楼主| 发表于 2005-3-7 15:11:02 | 显示全部楼层
我其它什么都没改过,现在又好了,真是奇了怪了,呵呵,难道真是RPWT
回复

使用道具 举报

发表于 2005-3-7 20:22:41 | 显示全部楼层
呵呵,难道真是RPWT

十有八九是
回复

使用道具 举报

 楼主| 发表于 2005-3-7 21:45:52 | 显示全部楼层
又不行,为什么启动之后会不一样呢,这次是这几个字显示的AA,下次又是其它几个字了
回复

使用道具 举报

发表于 2005-3-7 22:17:47 | 显示全部楼层
fonts.conf里把AA都关掉

其实这个字体不是为了点阵才做的。我比较倾向于AA。嵌点阵只是过年的时候没事干,玩玩而已

建议你用firefly的宋体 http://firefly.idv.tw/test/Forum.php?Board=1
回复

使用道具 举报

 楼主| 发表于 2005-3-7 22:38:01 | 显示全部楼层
我也是喜欢AA,所以一直都不太想关掉AA,呵呵
很感谢你的字体以及你的帮助
现在看了一些网页感觉又好了,不知道等一下重启会怎么样
会不会我新加的这一段起作用了呢
回复

使用道具 举报

 楼主| 发表于 2005-3-7 22:45:41 | 显示全部楼层
呵呵,好了,太好了,我重启了一遍,测试了一下,能够点阵显示了
看来是这一段在起作用
<match target="font">
        <test qual="any" name="pixelsize" compare="more">
            <double>12</double>
        </test>
        <test qual="any" name="pixelsize" compare="less">
            <double>16</double>
        </test>
        <test qual="any" name="family" compare="eq">
            <string>Vera Sans YuanTi</string>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
    </match>
回复

使用道具 举报

发表于 2005-3-7 22:46:34 | 显示全部楼层
3n,你的这个字体反正我没有加那些fonts.conf的东西就很漂亮了

我是gentoo

另外,firefly的字体现在能够达到什么效果?

还有,现在我们可能还离不开simsun

因为我试过了,unisun不支持jre的,一旦换成simsunjre中文就正常了
回复

使用道具 举报

发表于 2005-3-8 00:39:47 | 显示全部楼层
[quote:9baf41f03d="loves"]
<match target="font">
        <test qual="any" name="pixelsize" compare="more_eq">
            <double>12</double>
        </test>
        <test qual="any" name="pixelsize" compare="less_eq">
            <double>16</double>
        </test>
        <test qual="any" name="family" compare="eq">
            <string>Vera Sans YuanTi</string>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
    </match>[/quote]
加上_eq好一些,会在满足大于等于12,小于等于16px条件的时候,也关闭AA
回复

使用道具 举报

发表于 2005-3-8 00:51:10 | 显示全部楼层
[quote:06b2fafc83="atfa"]3n,你的这个字体反正我没有加那些fonts.conf的东西就很漂亮了

我是gentoo

另外,firefly的字体现在能够达到什么效果?

还有,现在我们可能还离不开simsun

因为我试过了,unisun不支持jre的,一旦换成simsunjre中文就正常了[/quote]
毕竟是大的商业公司的字体,自然不能同日而语。

firefly的字体还不错,你可以看看图

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

 楼主| 发表于 2005-3-8 19:52:39 | 显示全部楼层
[quote:b0b8bd1b0f="cnhnln"][quote:b0b8bd1b0f="loves"]
<match target="font">
        <test qual="any" name="pixelsize" compare="more_eq">
            <double>12</double>
        </test>
        <test qual="any" name="pixelsize" compare="less_eq">
            <double>16</double>
        </test>
        <test qual="any" name="family" compare="eq">
            <string>Vera Sans YuanTi</string>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="rh_prefer_bitmaps" mode="assign">
             <bool>true</bool>
        </edit>

    </match>[/quote]
加上_eq好一些,会在满足大于等于12,小于等于16px条件的时候,也关闭AA[/quote]
在上面那里加了一句,这样可以吗?
跟单独加这一段哪一个正确一点?
<match target="font">
   <edit name="rh_prefer_bitmaps" mode="assign"><bool>true</bool></edit>
</match>
回复

使用道具 举报

发表于 2005-3-8 22:18:14 | 显示全部楼层
你那样加的话,就只有在满足前面3个test的情况下才会有效

单独加一段
<match target="font">
<edit name="rh_prefer_bitmaps" mode="assign"><bool>true</bool></edit>
</match>
是对所有字体在所有情况下有效
回复

使用道具 举报

 楼主| 发表于 2005-3-9 14:40:08 | 显示全部楼层

我哭啊

3n我没辙了,还是搞不定啊     
这是我的fonts.conf,你能不能帮我看看有没有问题?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2005-3-9 14:58:18 | 显示全部楼层
firefly的字体好奇怪啊
看起来感觉狠特殊
回复

使用道具 举报

 楼主| 发表于 2005-3-9 20:06:05 | 显示全部楼层
我的fonts.conf,帮我看看有没问题

[code:1]<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>

<!--
        DO NOT EDIT THIS FILE.
        IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
        LOCAL CHANGES BELONG IN 'local.conf'.

        The intent of this standard configuration file is to be adequate for
        most environments.  If you have a reasonably normal environment and
        have found problems with this configuration, they are probably
        things that others will also want fixed.  Please submit any
        problems to the fontconfig bugzilla system located at fontconfig.org

        Note that the normal 'make install' procedure for fontconfig is to
        replace any existing fonts.conf file with the new version.  Place
        any local customizations in local.conf which this file references.

        Keith Packard
-->

        <dir>/usr/share/fonts</dir>
        <dir>/usr/X11R6/lib/X11/fonts/Type1</dir> <dir>/usr/X11R6/lib/X11/fonts/OTF</dir>
        <dir>~/.fonts</dir>

<!--
  Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>mono</string>
                </test>
                <edit name="family" mode="assign">
                        <string>monospace</string>
                </edit>
        </match>

<!--
  Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans serif</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
  Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
  Mark common families with their generics so we'll get
  something reasonable
-->

<!--
  Serif faces
-->
         <alias>
                <family>Vera Sans YuanTi</family>
                <family>Bitstream Vera Serif</family>
                <family>Times</family>
                <family>Times New Roman</family>
                <family>Nimbus Roman No9 L</family>
                <family>Luxi Serif</family>
                <family>Kochi Mincho</family>
                <family>AR PL SungtiL GB</family>
                <family>AR PL Mingti2L Big5</family>
                <family>Baekmuk Batang</family>                       
                <default><family>serif</family></default>
        </alias>
<!--
  Sans-serif faces
-->
        <alias>
                <family>Vera Sans YuanTi</family>
                <family>Bitstream Vera Sans</family>
                <family>Helvetica</family>
                <family>Arial</family>
                <family>Verdana</family>
                <family>Nimbus Sans L</family>
                <family>Luxi Sans</family>
                <family>Kochi Gothic</family>
                <family>AR PL KaitiM GB</family>
                <family>AR PL KaitiM Big5</family>
                <family>Baekmuk Dotum</family>
                <family>SimSun</family>
                <default><family>sans-serif</family></default>
        </alias>
<!--
  Monospace faces
-->
        <alias>
                <family>Vera Sans YuanTi Mono</family>
                <family>Bitstream Vera Sans Mono</family>
                <family>Courier</family>
                <family>Courier New</family>
                <family>Andale Mono</family>
                <family>Luxi Mono</family>
                <family>Nimbus Mono L</family>
                <family>NSimSun</family>
                <default><family>monospace</family></default>
        </alias>
<!--
  If the font still has no generic name, add sans-serif
-->
        <match target="pattern">
                <test qual="all" name="family" compare="not_eq">
                        <string>sans-serif</string>
                </test>
                <test qual="all" name="family" compare="not_eq">
                        <string>serif</string>
                </test>
                <test qual="all" name="family" compare="not_eq">
                        <string>monospace</string>
                </test>
                <edit name="family" mode="append_last">
                        <string>sans-serif</string>
                </edit>
        </match>
       
<!--
  Some Asian fonts misadvertise themselves as monospaced when
  in fact they are dual-spaced (half and full).  This makes
  FreeType very confused as it forces all widths to match.
  Undo this magic by disabling the width forcing code -->
        <match target="font">
                <test name="family"><string>GulimChe</string></test>
                <edit name="globaladvance"><bool>false</bool></edit>
        </match>
       
        <match target="font">
                <test name="family"><string>DotumChe</string></test>
                <edit name="globaladvance"><bool>false</bool></edit>
        </match>

        <match target="font">
                <test name="family"><string>BatangChe</string></test>
                <edit name="globaladvance"><bool>false</bool></edit>
        </match>

        <match target="font">
                <test name="family"><string>GungsuhChe</string></test>
                <edit name="globaladvance"><bool>false</bool></edit>
        </match>

<!--
        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>
       
<!--
  Load per-user customization file
-->
        <include ignore_missing="yes">~/.fonts.conf</include>

<!--
  Load local system customization file
-->
        <include ignore_missing="yes">local.conf</include>

<!--
  Aliases to try to find the "best" standard document fonts the user has
-->
        <alias>
                <family>Times New Roman</family>
                <accept>
                        <family>Thorndale AMT</family>
                        <family>Nimbus Roman No9 L</family>
                </accept>
        </alias>
        <alias>
                <family>Times</family>
                <accept>
                        <family>Nimbus Roman No9 L</family>
                        <family>Thorndale AMT</family>
                        <family>Times New Roman</family>
                </accept>
        </alias>
        <alias>
                <family>Helvetica</family>
                <accept>
                        <family>Nimbus Sans L</family>
                        <family>Albany AMT</family>
                        <family>Arial</family>
                </accept>
        </alias>
        <alias>
                <family>Arial</family>
                <accept>
                        <family>Albany AMT</family>
                        <family>Nimbus Sans L</family>
                        <family>Arial</family>
                </accept>
        </alias>
        <alias>
                <family>Courier</family>
                <accept>
                        <family>Cumberland AMT</family>
                        <family>Courier New</family>
                </accept>
        </alias>
        <alias>
                <family>Courier New</family>
                <accept>
                        <family>Cumberland AMT</family>
                </accept>
        </alias>

<!--
  Added by Shofly

<match target="font">
<edit name="rh_prefer_bitmaps" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="embed" mode="assign">
<bool>false</bool>
</edit>
</match>
-->
<!--
  Added by Shiyu Tang <[email protected]>. If we use the font SimSun, antialias shouldn't work. Because it contains bitmap font.

    <match target="font">
        <test name="family">
            <string>Vera Sans YuanTi</string>
        </test>
        <test qual="any" name="pixelsize" compare="more_eq">
            <double>12</double>
        </test>
        <test qual="any" name="pixelsize" compare="less_eq">
            <double>18</double>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="rh_prefer_bitmaps" mode="assign">
            <bool>true</bool>
        </edit>

    </match>
-->
<!--added by shofly

<match target="font">
<edit name="rh_prefer_bitmaps" mode="assign">
<bool>true</bool>
</edit>
</match>
-->

<!--
Check user preference to avoid bitmap fonts and replace
bitmap face names with equivalent scalable fonts
-->

        <match target="pattern">
                <test name="prefer_outline">
                        <bool>true</bool>
                </test>
                <test name="family">
                        <string>Helvetica</string>
                </test>
                <edit name="family" mode="prepend" binding="same">
                        <string>Arial</string>
                </edit>
        </match>

        <match target="pattern">
                <test name="prefer_outline">
                        <bool>true</bool>
                </test>
                <test name="family">
                        <string>Times</string>
                </test>
                <edit name="family" mode="prepend" binding="same">
                        <string>Times New Roman</string>
                </edit>
        </match>
<!--
  Provide required aliases for standard names
-->
        <alias>
                <family>serif</family>
                <prefer>
                        <family>Vera Sans YuanTi</family>
                        <family>Nimbus Roman No9 L</family>
                        <family>Thorndale AMT</family>
                        <family>Bitstream Vera Serif</family>
                        <family>Times New Roman</family>
                        <family>Luxi Serif</family>
                        <family>Times</family>
                        <family>FrankRuehl</family>
                        <family>Kochi Mincho</family>
                        <family>ZYSong18030</family>
                        <family>AR PL SungtiL GB</family>
                        <family>AR PL Mingti2L Big5</family>
                        <family>Baekmuk Batang</family>                       
                </prefer>
        </alias>
<!--        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans-serif</string>
                </test>
                <edit name="family" mode="append" binding="strong">
                        <string>Luxi Sans</string>
                </edit>
        </match>-->
        <alias>
                <family>sans-serif</family>
                <prefer>
                        <family>Luxi Sans</family>
                        <family>Vera Sans YuanTi</family>
                        <family>Albany AMT</family>
                        <family>Bitstream Vera Sans</family>
                        <family>Verdana</family>
                        <family>Nimbus Sans L</family>
                        <family>Arial</family>
                        <family>Helvetica</family>
                        <family>Nachlieli</family>
                        <family>Kochi Gothic</family>
                        <family>ZYSong18030</family>
                        <family>AR PL SungtiL GB</family>
                        <family>AR PL Mingti2L Big5</family>
                        <family>Baekmuk Gulim</family>
                        <family>SimSun</family>
                </prefer>
        </alias>
        <match target="pattern">
                <test qual="any" name="family">
                        <string>monospace</string>
                </test>
                <edit name="family" mode="append" binding="strong">
                        <string>Vera Sans YuanTi Mono</string>
                </edit>
        </match>
        <alias>
                <family>monospace</family>
                <prefer>
                        <family>Vera Sans YuanTi Mono</family>
                        <family>Luxi Mono</family>
                        <family>Bitstream Vera Sans Mono</family>
                        <family>Andale Mono</family>
                        <family>Cumberland AMT</family>
                        <family>Courier New</family>
                        <family>Miriam Mono</family>
                        <family>Nimbus Mono L</family>
                        <family>Kochi Gothic</family>
                        <family>ZYSong18030</family>
                        <family>AR PL SungtiL GB</family>
                        <family>AR PL Mingti2L Big5</family>
                        <family>Baekmuk Gulim</family>
                </prefer>
        </alias>

  <!--
  We can't hint CJK fonts well, so turn off hinting for CJK fonts.
  -->

        <match target="font">
                <test name="family" compare="eq">
                        <string>Kochi Mincho</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
                 <!-- the rh_prefer_bitmaps options (a nonstandard
                      Red Hat extension), controls whether embedded
                      bitmaps, when available are preferred
                      to antialiased rendering. For Japanese,
                      we prefer antialiased rendering -->
                <edit name="rh_prefer_bitmaps" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>Kochi Gothic</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
                <edit name="rh_prefer_bitmaps" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>Baekmuk Batang</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>Baekmuk Dotum</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>Baekmuk Gulim</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>Baekmuk Headline</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>AR PL Mingti2L Big5</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>AR PL KaitiM Big5</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>AR PL SungtiL GB</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
        <match target="font">
                <test name="family" compare="eq">
                        <string>AR PL KaitiM GB</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>
<!--
  Added by Shiyu Tang <[email protected]>. If we use the font SimSun, antialias shouldn't work. Because it contains bitmap font.
-->
    <match target="font">
        <test name="family">
            <string>Vera Sans YuanTi</string>
        </test>
        <test qual="any" name="pixelsize" compare="more_eq">
            <double>12</double>
        </test>
        <test qual="any" name="pixelsize" compare="less_eq">
            <double>18</double>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="rh_prefer_bitmaps" mode="assign">
            <bool>true</bool>
        </edit>

    </match>

        <match target="font">
                <test name="family" compare="eq">
                        <string>ZYSong18030</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>

  <!--
  We also need to turn off hinting for Indic fonts with a joined baseline.
  -->
        <match target="font">
                <test name="family" compare="eq">
                        <string>Mukti Narrow</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>false</bool>
                </edit>
        </match>

<!--
Artificial oblique for fonts without an italic or oblique version
-->

        <match target="font">
                <!-- check to see if the font is roman -->
                <test name="slant">
                        <const>roman</const>
                </test>
                <!-- check to see if the pattern requested non-roman -->
                <test target="pattern" name="slant" compare="not_eq">
                        <const>roman</const>
                </test>
                <!-- multiply the matrix to slant the font -->
                <edit name="matrix" mode="assign">
                        <times>
                                <name>matrix</name>
                                <matrix><double>1</double><double>0.2</double>
                                        <double>0</double><double>1</double>
                                </matrix>
                        </times>
                </edit>
                <!-- pretend the font is oblique now -->
                <edit name="slant" mode="assign">
                        <const>oblique</const>
                </edit>
        </match>

        <config>
<!--
  These are the default Unicode chars that are expected to be blank
  in fonts.  All other blank chars are assumed to be broken and
  won't appear in the resulting charsets
-->
                <blank>
                        <int>0x0020</int>        <!-- SPACE -->
                        <int>0x00a0</int>        <!-- NO-BREAK SPACE -->
                        <int>0x00ad</int>        <!-- SOFT HYPHEN -->
                        <int>0x115f</int>        <!-- HANGUL CHOSEONG FILLER -->
                        <int>0x1160</int>        <!-- HANGUL JUNGSEONG FILLER -->
                        <int>0x1680</int>        <!-- OGHAM SPACE MARK -->
                        <int>0x2000</int>        <!-- EN QUAD -->
                        <int>0x2001</int>        <!-- EM QUAD -->
                        <int>0x2002</int>        <!-- EN SPACE -->
                        <int>0x2003</int>        <!-- EM SPACE -->
                        <int>0x2004</int>        <!-- THREE-PER-EM SPACE -->
                        <int>0x2005</int>        <!-- FOUR-PER-EM SPACE -->
                        <int>0x2006</int>        <!-- SIX-PER-EM SPACE -->
                        <int>0x2007</int>        <!-- FIGURE SPACE -->
                        <int>0x2008</int>        <!-- PUNCTUATION SPACE -->
                        <int>0x2009</int>        <!-- THIN SPACE -->
                        <int>0x200a</int>        <!-- HAIR SPACE -->
                        <int>0x200b</int>        <!-- ZERO WIDTH SPACE -->
                        <int>0x200c</int>        <!-- ZERO WIDTH NON-JOINER -->
                        <int>0x200d</int>        <!-- ZERO WIDTH JOINER -->
                        <int>0x200e</int>        <!-- LEFT-TO-RIGHT MARK -->
                        <int>0x200f</int>        <!-- RIGHT-TO-LEFT MARK -->
                        <int>0x2028</int>        <!-- LINE SEPARATOR -->
                        <int>0x2029</int>        <!-- PARAGRAPH SEPARATOR -->
                        <int>0x202a</int>        <!-- LEFT-TO-RIGHT EMBEDDING -->
                        <int>0x202b</int>        <!-- RIGHT-TO-LEFT EMBEDDING -->
                        <int>0x202c</int>        <!-- POP DIRECTIONAL FORMATTING -->
                        <int>0x202d</int>        <!-- LEFT-TO-RIGHT OVERRIDE -->
                        <int>0x202e</int>        <!-- RIGHT-TO-LEFT OVERRIDE -->
                        <int>0x202f</int>        <!-- NARROW NO-BREAK SPACE -->
                        <int>0x205f</int>        <!-- MEDIUM MATHEMATICAL SPACE -->
                        <int>0x2060</int>        <!-- WORD JOINER -->
                        <int>0x2061</int>        <!-- FUNCTION APPLICATION -->
                        <int>0x2062</int>        <!-- INVISIBLE TIMES -->
                        <int>0x2063</int>        <!-- INVISIBLE SEPARATOR -->
                        <int>0x206A</int>        <!-- INHIBIT SYMMETRIC SWAPPING -->
                        <int>0x206B</int>        <!-- ACTIVATE SYMMETRIC SWAPPING -->
                        <int>0x206C</int>        <!-- INHIBIT ARABIC FORM SHAPING -->
                        <int>0x206D</int>        <!-- ACTIVATE ARABIC FORM SHAPING -->
                        <int>0x206E</int>        <!-- NATIONAL DIGIT SHAPES -->
                        <int>0x206F</int>        <!-- NOMINAL DIGIT SHAPES -->
                        <int>0x3000</int>        <!-- IDEOGRAPHIC SPACE -->
                        <int>0x3164</int>        <!-- HANGUL FILLER -->
                        <int>0xfeff</int>        <!-- ZERO WIDTH NO-BREAK SPACE -->
                        <int>0xffa0</int>        <!-- HALFWIDTH HANGUL FILLER -->
                        <int>0xfff9</int>        <!-- INTERLINEAR ANNOTATION ANCHOR -->
                        <int>0xfffa</int>        <!-- INTERLINEAR ANNOTATION SEPARATOR -->
                        <int>0xfffb</int>        <!-- INTERLINEAR ANNOTATION TERMINATOR -->
                </blank>
<!--
  Rescan configuration every 30 seconds when FcFontSetList is called
-->
                <rescan>
                        <int>30</int>
                </rescan>
        </config>

</fontconfig>
[/code:1]
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 06:50 , Processed in 0.074252 second(s), 13 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表