[Bug 529594] [CJK] pango uses different fonts for LATIN and COMMON glyphs

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 2 10:43:41 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=529594


fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #366194|0                           |1
        is obsolete|                            |




--- Comment #28 from fujiwara <tfujiwar at redhat.com>  2009-12-02 05:43:39 EDT ---
Created an attachment (id=375392)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=375392)
Patch for fontconfig comcharset

This is a feature to customize pango common script in fontconfig.

 <match target="font">
  <test name="family" compare="contains">
   <string>AR PL</string>
  </test> 
  <edit name="compcharset" mode="assign">
   <compcharset>
   <complang>zh</complang>
   <compmode>weak</compmode>
   <string>0x00-0x7F</string>
   </compcharset>
  </edit>
 </match>

If the config file has the lines, fc-match shows the composite char flags.
The idea is, if compmode is weak, the code point is weak in the specified font
and get the char from other fonts when "monospace", "sans" or "sans-serif" is
referred.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-fonts-bugs-list mailing list